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>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.voxo.co/llms.txt

Use this file to discover all available pages before exploring further.

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

Pattern: ^[1-9]\d*$
paginate
string
default:true

Enable pagination (true/false)

query
string

Search webhooks by type or URL

page
number

Page number

recordsPerPage
number

Number of records per page

Response

200 - application/json

Webhook list (array when unpaginated, object when paginated)

id
number
required

Webhook ID

tenantId
number
required

Tenant ID

type
string
required

Webhook event type

url
string
required

Callback URL