Deprecation Notice
This version (v1) will be removed by 31 March 2026.
List all Webhooks
List all webhooks user is subscribed to.
GET /integrations/webhooks/
Headers
| Name | Value |
|---|---|
| Authorization | Bearer Base64Encoded(Client ID:Client Secret) |
Response
{
"success": true,
"message": "Retrieved all webhooks",
"data": [
{
"id": 123,
"event": "call.status",
"active": true,
"callback_url": "CALLBACK_URL",
"created_at": "",
"updated_at": ""
}
]
}