Skip to main content
GET
/
v2
/
webhooks
List Webhooks
curl --request GET \
  --url https://api.voxo.co/v2/webhooks/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "tenantId": 123,
    "type": "<string>",
    "url": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

tenantId
string
required

Tenant ID

Response

200 - application/json

Webhook list

id
number
required

Webhook ID

tenantId
number
required

Tenant ID

type
string
required

Webhook event type

url
string
required

Callback URL