Skip to main content
POST
Send Webhook Test Event

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

Unique identifier of the webhook to send a test event to.

Response

Success; returns {success: true, webhook_id: int, event_id: string}

success
boolean

Always true on success.

webhook_id
integer

ID of the webhook that received the test event.

event_id
string

Unique hex event identifier used in the delivered payload.