cURL
curl --request GET \ --url https://api.voxo.co/v2/webhooks/ \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "tenantId": 123, "type": "<string>", "url": "<string>" } ]
List all webhooks for a tenant
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant ID
Webhook list
Webhook ID
Webhook event type
Callback URL
Was this page helpful?
Contact support