Download OpenAPI specification:
Contract-only delivery semantics and query endpoints. This document does not imply a runtime backend implementation.
v1 invariants:
| endpoint_id | string <uuid> |
| event_id | string <uuid> |
| status | string (WebhookDeliveryStatus) Enum: "queued" "sent" "failed" "retrying" "abandoned" |
| created_at_gte | string <date-time> |
| created_at_lte | string <date-time> |
| limit | integer [ 1 .. 200 ] |
| cursor | string |
| X-Correlation-Id required | string |
{- "deliveries": [
- {
- "delivery_id": "9892f438-d31c-4ff2-bc84-146525b292ff",
- "event_id": "a7a26ff2-e851-45b6-9634-d595f45458b7",
- "endpoint_id": "e9ce0d4f-d433-423d-9497-4c000544106c",
- "attempt_number": 1,
- "status": "queued",
- "http_status": 0,
- "error_code": "string",
- "next_retry_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "next_cursor": "string",
- "correlation_id": "string",
- "audit_event_id": "string"
}| delivery_id required | string <uuid> |
| X-Correlation-Id required | string |
{- "delivery": {
- "delivery_id": "9892f438-d31c-4ff2-bc84-146525b292ff",
- "event_id": "a7a26ff2-e851-45b6-9634-d595f45458b7",
- "endpoint_id": "e9ce0d4f-d433-423d-9497-4c000544106c",
- "attempt_number": 1,
- "status": "queued",
- "http_status": 0,
- "error_code": "string",
- "next_retry_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "retry_schedule": {
- "attempts": [
- {
- "attempt_number": 1,
- "delay_seconds": 0
}
]
}, - "correlation_id": "string",
- "audit_event_id": "string"
}| endpoint_id required | string <uuid> |
| event_id | string <uuid> |
| status | string (WebhookDeliveryStatus) Enum: "queued" "sent" "failed" "retrying" "abandoned" |
| created_at_gte | string <date-time> |
| created_at_lte | string <date-time> |
| limit | integer [ 1 .. 200 ] |
| cursor | string |
| X-Correlation-Id required | string |
{- "deliveries": [
- {
- "delivery_id": "9892f438-d31c-4ff2-bc84-146525b292ff",
- "event_id": "a7a26ff2-e851-45b6-9634-d595f45458b7",
- "endpoint_id": "e9ce0d4f-d433-423d-9497-4c000544106c",
- "attempt_number": 1,
- "status": "queued",
- "http_status": 0,
- "error_code": "string",
- "next_retry_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "next_cursor": "string",
- "correlation_id": "string",
- "audit_event_id": "string"
}