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.
Authorizations
Paste your secret key as the bearer token: sk_test_… (test) or sk_live_… (live). That is all a normal API call needs. OAuth access tokens from POST /v1/oauth/token also work, but a client id/secret is only for platforms acting on another tenant's behalf, not for your own integration.
Path Parameters
Response
The delivered webhook payload
The exact payload delivered to webhook endpoints — identical to the POST body.