cURL
curl --request GET \ --url https://api.voice-mate.com/v1/webhooks/{sid} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "webhook": { "sid": "<string>", "url": "<string>", "call_started_event": true, "call_ended_event": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "api_key": { "sid": "<string>", "name": "<string>" }, "phone_number": { "sid": "<string>", "number": "<string>", "name": "<string>" } } }
Get details of a specific webhook.
Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page
Webhook identifier
Webhook details
success
error
Show child attributes