Skip to main content
WEBHOOK
webhook.event.retry.triggered
{
  "id": "<string>",
  "date": "2023-11-07T05:31:56Z",
  "kind": "webhook.event.retry.triggered",
  "data": {
    "id": "<string>",
    "webhookId": "wh-705m3-si5pq-k3kkp3vv9fnehdil",
    "retryOf": "whe-544ul-uqgad-jkgltj5p6fvd04cj",
    "deliveryAttempt": 123,
    "originalEvent": {
      "id": "<string>",
      "date": "<string>",
      "kind": "policy.triggered",
      "data": {},
      "status": "<string>",
      "error": "<string>",
      "timestampSent": 123
    }
  },
  "retryOf": "<string>",
  "timestampSent": 123,
  "deliveryAttempt": 2
}

Body

application/json
id
string
required
date
string<date-time>
required
kind
enum<string>
required
Available options:
webhook.event.retry.triggered
data
object
required
timestampSent
integer
required
deliveryAttempt
integer
required
Required range: x >= 1
retryOf
string

Response

200

Respond with a 200 to indicate that the event was successfully received. If your endpoint returns anything else than a 200 status code, we will consider the delivery has failed and retry later. See details here.