Webhook Reference

Example of delivery callback payload

post
/webhook/callback-example

This endpoint describes the structure of the payload sent to your configured webhook when a delivery status update occurs. It is not an actual callback trigger. The format of the data is defined in the CallbackDeliveryPayload schema. Your webhook must be capable of accepting POST requests with this structure.

Responses
200

Example payload structure

application/json
post
/webhook/callback-example
200

Example payload structure

Last updated

Was this helpful?