Calls
Authorizations
AuthorizationstringRequired
Organization API Token.
Paste only your token in the field below — the Bearer prefix is added automatically by the docs UI and in every generated code sample. The final header sent is:
Authorization: Bearer {orgId}.{secretToken}
Token format: {orgId}.{secretToken} — example: 15c94c3c-1873-4a09-bfbb-03357c29ea50.abc123xyz.
JWT tokens are NOT accepted.
Body
fromNumberIdstringRequiredExample:
Phone number integration ID to call from (required)
num_123contactIdstringRequiredExample:
Contact ID to call (required)
con_1campaignIdstringOptionalExample:
Campaign ID for tracking (optional)
cmp_123Responses
200
Call initiated
application/json
Other propertiesanyOptional
post/api/calls/outbound
200
Call initiated
Last updated