API reference
Replay dead-letter deliveries
Clones up to `limit` DLQ rows back onto the delivery queue. Optional endpoint filter.
POST
/v1/webhook-deliveries/replay-dead-lettersAuthorization
bearerAuth AuthorizationBearer <token>
Paste your API key from the dashboard (no sk_ prefix required).
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/webhook-deliveries/replay-dead-letters" \ -H "Content-Type: application/json" \ -d '{}'{
"replayed": 0,
"items": [
{
"original_id": "string",
"delivery_id": "string"
}
]
}{
"statusCode": -9007199254740991,
"message": "string",
"error": "string"
}{
"statusCode": -9007199254740991,
"message": "string",
"error": "string"
}