Retry delivery
post
/v2/organizations/{slug}/webhooks/deliveries/{id}/retryRetry delivering the same event again.
Automatic retries are not applicable to manual retries - if the delivery fails, there won't be any automatic retries attempted.
This endpoint is heavy rate-limited to allow for 10 request within 60 seconds.
Path parameters
- slugRequiredstring
Organization slug
- idRequiredstring
Identifier of a delivery (UUID v7).
Response codes
- 201
- 400
- 401
- 403
- 404
- 408
- 429
- 500
Response (201)
{ "data": { "type": "ingress", "id": "lorem" }}