webhooks
Subscribe to webhook
POST
/
webhooks
/
subscribe
Authorizations
x-api-token
string
headerrequiredBody
application/json
type
enum<string>
requiredThe type of webhook event to subscribe to.
Available options:
NEW_RESPONSE
, PHONE_TRANSFER
url
string
requiredThe callback URL to which the webhook should send the event.
data
string | null
Additional data for the webhook event.
Response
200 - application/json
error
object | null
Was this page helpful?