Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Path Parameters

id
string
required

The webhook endpoint id.

Body

application/json
event
enum<string>
required

The event to render for the sample delivery. Must be one the endpoint subscribes to.

Available options:
async_job.completed,
async_job.failed

Response

Test delivery attempted

delivered
boolean

True when the receiver answered with a 2xx status.

receiver_status_code
integer

The HTTP status the receiver returned. Present when the request reached the receiver.

error
string

Failure reason when the delivery could not be completed.