Skip to main content
GET
/
v2
/
webhooks
/
{id}
Get Webhook
curl --request GET \
  --url https://api.voxo.co/v2/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "tenantId": 123,
  "type": "<string>",
  "url": "<string>",
  "username": "<string>",
  "password": "<string>",
  "authtoken": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
number
required

Webhook ID

Required range: x > 0

Response

Webhook details

id
number
required

Webhook ID

tenantId
number
required

Tenant ID

type
string
required

Webhook event type

url
string
required

Callback URL

username
string | null
required

Basic auth username

password
string | null
required

Basic auth password

authtoken
string | null
required

Auth token