Skip to main content
POST
Test Webhook Subscription

Authorizations

Authorization
string
header
required

Bearer API key issued from Settings → Developers.

Path Parameters

webhook_id
string<uuid>
required

ID of the webhook.

Response

200 - application/json

Successful Response

delivered
boolean
required

Whether the receiver accepted the test payload.

error
string | null
required

Failure reason when delivered is false.