post https://app.swaggerhub.com/your-delivery-callback-endpoint
The body sent is what you will received as payload.
Log in to see full request history
Response
200Success
The body sent is what you will received as payload.
200Success
xxxxxxxxxx
curl --request POST \
--url https://app.swaggerhub.com/your-delivery-callback-endpoint \
--header 'content-type: application/json' \
--data '
{
"event_type": "delivery_request.pending"
}
'
Try It!
to start a request and see the response here!