English
cURL
curl --request GET \ --url https://api.withallo.com/v1/api/webhooks \ --header 'Authorization: <api-key>'
{ "data": [ { "allo_number": "+1234567890", "enabled": true, "url": "https://your-webhook-url.com/webhook", "topics": [ "CALL_RECEIVED", "SMS_RECEIVED" ] } ] }
Retrieve all webhook configurations for your account. Returns a list of webhooks, one for each phone number that has webhooks configured.
Scope needed: WEBHOOKS_READ_WRITE
WEBHOOKS_READ_WRITE
Webhook configurations retrieved successfully
Standard response wrapper containing list of webhook configurations
Show child attributes