Skip to main content
POST
/
v1
/
webhooks
/
{id}
/
test
Send a sample signed event to validate the endpoint
curl --request POST \
  --url https://api.example.com/v1/webhooks/{id}/test \
  --header 'X-API-Key: <api-key>'
{
  "message": "test event enqueued",
  "delivery_id": 101,
  "event_id": "evt_test_42_1780000000"
}
Delivers a livemode: false sample event so you can verify signature + connectivity without a real booking.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required
Example:

"42"

Response

Test event enqueued

message
string
required
Example:

"test event enqueued"

delivery_id
number
Example:

101

event_id
string
Example:

"evt_test_42_1780000000"