API reference
Replay a specific delivery
POST
/v1/webhook-deliveries/{id}/replayAuthorization
bearerAuth AuthorizationBearer <token>
Paste your API key from the dashboard (no sk_ prefix required).
In: header
Path Parameters
id*unknown
Delivery id.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/webhook-deliveries/{id}/replay"{
"deliveryId": "string"
}{
"statusCode": -9007199254740991,
"message": "string",
"error": "string"
}{
"statusCode": -9007199254740991,
"message": "string",
"error": "string"
}