Authorizations
An API key to authorize your request
Body
application/json
Webhook configuration
Webhook URL to send call events to.
Example:
"https://you-site.com/webhook"
Use on-call
to receive real-time status updates. Callbacks are sent when the call is initiated, answered, and ended.
Use post-call
to receive a callback after the call ends. The callback includes details such as call disposition, duration, and cost.
Available options:
post-call
, on-call
Example:
"post-call"