cURL
curl --request GET \ --url https://api.voxo.co/v2/webhooks/list-types \ --header 'Authorization: Bearer <token>'
[ { "type": "<string>", "description": "<string>" } ]
List all available webhook event types
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Available webhook types
Webhook type identifier
Human-readable description
Was this page helpful?
Contact support