Skip to main content
POST
Retry a failed or permanently failed delivery
Queues a failed delivery for another attempt. Use it after fixing the problem on your side, such as a receiver that was down or was rejecting valid signatures. The retry is signed with your current signing secret, not the one in force when the delivery was first attempted. If you have rotated since, your receiver must know the new secret. See Webhooks for retry and backoff behaviour.

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