Overview
The Call API provides endpoints for retrieving and managing call logs within your organizations. These endpoints can be accessed using either a tenant-specific API key or an organization-specific API key. In both cases, you must provide the organization ID in your request as a query parameter.Available Endpoints
List Calls
Retrieve a paginated list of call logs for a specific organization
Get Call
Retrieve details for a specific call by ID
Authentication
All Call API endpoints require authentication using either a tenant-specific API key or an organization-specific API key in the format:Important Notes
- Tenant API Key: Provides access to call logs across all organizations under the tenant, but you must still specify the organization ID in each request
- Organization API Key: Only provides access to call logs for the specific organization that the key belongs to, and you must still include the organization ID in the request