Skip to main content
POST
/
v1
/
webhooks
/
deliveries
/
{delivery_id}
/
retry
Retry a webhook delivery
curl --request POST \
  --url http://127.0.0.1:8787/v1/webhooks/deliveries/{delivery_id}/retry \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "event_id": "<string>",
    "webhook_endpoint_id": "<string>",
    "webhook_encryption_key_id": "<string>",
    "status": "pending",
    "attempt_count": 123,
    "next_attempt_at": "<string>",
    "last_status_code": 123,
    "last_attempt_at": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  },
  "error": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.kayle.id/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

delivery_id
string
required

The ID of the webhook delivery to retry (e.g. whd_...).

Response

Webhook delivery requeued for retry.

data
object
required
error
object
required