Get a single webhook delivery attempt
Webhooks
Get Delivery
Retrieve a single webhook delivery attempt by ID.
GET
Get a single webhook delivery attempt
Returns one delivery record, including its current status, attempt count, and the last error code and message when an attempt failed.
The
delivery_id is the value sent in the X-HydraDB-Delivery-ID header of the delivery itself, so you can look up any request your endpoint received. See Webhooks.Authorizations
API key sent as a Bearer token: "Bearer prefix.secret"
Path Parameters
Delivery ID
Example:
"dlv_9f8e7d6c"
