Skip to main content
GET
/
v2
/
webhooks
/
list-types
List Webhook Types
curl --request GET \
  --url https://api.voxo.co/v2/webhooks/list-types \
  --header 'Authorization: Bearer <token>'
[
  {
    "type": "<string>",
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Available webhook types

type
string
required

Webhook type identifier

description
string
required

Human-readable description