Webhooks
Get webhook
Get a webhook.
get/webhooks/{sid}
Path parameters
sidstring required
Short ID
Example:callrsid
Resource SID (8 lowercase alphanumeric characters)
Response
Webhook
Example response
{
"sid": "callrsid",
"endpoint": "https://example.com",
"status": "enabled",
"options": {
"hmac": {
"algorithm": "sha512"
}
},
"lastfailed": "2024-04-24T17:42:28Z",
"created": "2024-04-24T17:42:28Z",
"updated": "2024-04-24T17:42:28Z"
}