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
chevron-right
200

Example payload structure

application/json

Payload sent to user's callback URL when delivery status changes

successbooleanRequiredExample: true
codeintegerRequiredExample: 200
messagestringRequiredExample: Delivery Update Callback
post
/webhook/callback-example
200

Example payload structure

Last updated

Was this helpful?