Retrieve the webhook payload for an event
Events
Retrieve the webhook payload for an event
Returns the exact body Duro POSTs to your webhook endpoints for this event, with related resources (customer, plan, subscription, invoice) expanded inline. Use it to re-fetch or reconcile a delivery — the response equals the webhook body byte for byte.
GET
Retrieve the webhook payload for an event
Authorizations
A secret key (sk_test_… / sk_live_…), OAuth token, or identity token.
Path Parameters
Response
200 - application/json
The delivered webhook payload
The exact payload delivered to webhook endpoints — identical to the POST body.