1. Docs
  2. API Reference
  3. WebhookDeliveryResponseDto

WebhookDeliveryResponseDto

Example

JSON
{
  "id": "string",
  "event_type": "string",
  "status": "pending",
  "response_status": 0,
  "response_body": "string",
  "attempts": 0,
  "next_retry_at": "2026-04-20T12:00:00.000Z",
  "created_at": "2026-04-20T12:00:00.000Z"
}

Properties

8 properties 5 required

id string Required
event_type string Required
status enum Required
Enumpendingsuccessfailed
response_status number Optional
nullable
response_body string Optional
nullable
attempts number Required
next_retry_at string Optional
format: date-timenullable
created_at string Required
format: date-time
Was this page helpful?

Tell us how we can improve this guide.