Authorization header on every request.
Base URL
Get an API key
Generate API keys from your dashboard under Settings → API Keys. See API keys for instructions on creating and managing keys.Send authenticated requests
Include your API key as a Bearer token in theAuthorization header:
Key permissions
When creating an API key you choose which resources it can access and whether each resource allowsread or write access. Available resources are: calls, leads, agents, analytics, contacts, knowledge_base, and integrations.
Error responses
401 Unauthorized
Returned when theAuthorization header is missing or the key is invalid or expired.