Skip to main content
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

Authorization
string
header
required

API key sent as a Bearer token: "Bearer prefix.secret"

Path Parameters

delivery_id
string
required

Delivery ID

Example:

"dlv_9f8e7d6c"

Response

OK

data
object
Example:
error
object

Error message, empty string on success.

Example:
meta
object
Example:
success
boolean

Whether the request succeeded.

Example:

true