Skip to content
Management API Reference

Retry delivery

post/v2/organizations/{slug}/webhooks/deliveries/{id}/retry

Retry 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

  • slug
    Required
    string

    Organization slug

  • id
    Required
    string

    Identifier of a delivery (UUID v7).

Response codes

  • 201
  • 400
  • 401
  • 403
  • 404
  • 408
  • 429
  • 500

Response (201)

{
"data": {
"type": "ingress",
"id": "lorem"
}
}