v1
latestOpenAPI 3.0.32026-07-264955102.7 KBWebhooks
Create webhook
Creates a webhook endpoint subscribed to one or more event topics. The signing_secret is returned only in this response — store it to verify delivery signatures.
post/v2/api/webhooks
Request body
Example request
{
"topics": [
"call.received"
]
}Response
Webhook created
Example response
{
"data": {
"id": "ep_2NfDKEm9sF8xK3pQr1Zt",
"topics": [
"call.received"
]
}
}