Download OpenAPI specification:
Contract-only (PLANNING-ONLY) OpenAPI for webhooks delivery logs + replay request.
| subscription_id | string |
| event_id | string |
| event_type | string |
| status | string (WebhookDeliveryStatus) Enum: "PENDING" "SUCCESS" "FAILED" "ABANDONED" |
| from_time | string <date-time> |
| to_time | string <date-time> |
| limit | integer <= 200 Default: 50 |
| cursor | string |
{- "deliveries": [
- {
- "delivery_id": "string",
- "merchant_id": "string",
- "subscription_id": "string",
- "event_type": "string",
- "event_id": "string",
- "attempt_number": 1,
- "status": "PENDING",
- "http_status": 0,
- "request_id": "string",
- "sent_at": "2019-08-24T14:15:22Z",
- "response_at": "2019-08-24T14:15:22Z",
- "next_retry_at": "2019-08-24T14:15:22Z",
- "last_error_code": "string",
- "last_error_message": "string",
- "payload_hash": "string",
- "signature_version": "v1",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "next_cursor": "string"
}{- "delivery_id": "string",
- "merchant_id": "string",
- "subscription_id": "string",
- "event_type": "string",
- "event_id": "string",
- "attempt_number": 1,
- "status": "PENDING",
- "http_status": 0,
- "request_id": "string",
- "sent_at": "2019-08-24T14:15:22Z",
- "response_at": "2019-08-24T14:15:22Z",
- "next_retry_at": "2019-08-24T14:15:22Z",
- "last_error_code": "string",
- "last_error_message": "string",
- "payload_hash": "string",
- "signature_version": "v1",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| Idempotency-Key required | string |
| merchant_id required | string |
| subscription_id | string |
| event_id | string |
| event_type | string MUST be in docs/contracts/v1/webhooks/rc79/event_catalog_v1_1.md |
| from_time | string <date-time> |
| to_time | string <date-time> |
| reason required | string <= 200 characters |
{- "merchant_id": "string",
- "subscription_id": "string",
- "event_id": "string",
- "event_type": "string",
- "from_time": "2019-08-24T14:15:22Z",
- "to_time": "2019-08-24T14:15:22Z",
- "reason": "string"
}{- "replay_request_id": "string"
}