webhooks
Subscribe to webhook
This endpoint allows you to subscribe to a specific webhook event (e.g., new call responses or phone transfers). You must provide the event type and a callback URL.
post/webhooks/subscribe
Request body
Example request
{
"type": "NEW_RESPONSE"
}Response
Successful response