Introduction
Welcome to the Revox API
The Revox API provides a comprehensive interface for managing voice calls and communications. This API reference documentation is automatically generated from our OpenAPI specification.
API Base URL
Production: https://www.getrevox.com/api
Authentication
All API endpoints are authenticated using Bearer tokens. Include your API key in the Authorization header using the Bearer token format.
Getting Your API Key
- Log in to the Revox Dashboard
- Navigate to API Keys section
- Generate a new API key or use an existing one
Keep your API key secure. Never commit it to version control or expose it in client-side code.
Using Bearer Token Authentication
Include your API key in the Authorization header of every request:
Example using cURL:
Getting Started
- Obtain your API key from the dashboard
- Include it in the
Authorizationheader as a Bearer token - Make requests to the endpoints documented below
The interactive API playground below allows you to test endpoints directly from the documentation.
