Skip to main content
POST
Queue a test event for an endpoint
Returns 202 Accepted with an event_id and delivery_id. The test uses the same signing, timeout, logging, and retry system as booking events. Use Get Webhook Delivery with the returned delivery ID to inspect every attempt. A paused or disabled endpoint must be reactivated before you can send a test.

Authorizations

x-api-key
string
header
required

Environment-specific API key created in the Unifystays portal

Headers

Path Parameters

endpoint_id
string
required

Webhook endpoint UUID.

Example:

"8b95a9e0-4af3-4c6d-92df-84b64256d27f"

Response

202 - application/json

Test event and delivery queued successfully.

success
boolean
required

Whether the requested operation completed successfully.

Example:

true

event_id
string
required

Immutable webhook event identifier.

Example:

"evt_3bc2fa3d35cc4bbf98359b3fb85a4fb2"

delivery_id
string
required

Numeric delivery identifier returned as a string.

Example:

"1842"