Lists webhook_deliveries for the authenticated user
A paginated array of webhook_delivery attempts
Array of objects (webhook_delivery) | |
object (PaginationMetaSimple) |
Unauthorized
Unprocessable entity
{- "data": [
- {
- "attempts": [
- {
- "finished_at": "2020-08-10T14:00:05.595Z",
- "http": {
- "response": {
- "body": "All good.",
- "headers": [
- "Content-Type: text/html"
], - "status": 200
}
}, - "started_at": "2020-08-10T14:00:05.364Z",
- "status": "delivered"
}, - {
- "errors": [
- {
- "code": "75499",
- "detail": "The server returned another HTTP 4XX error",
- "title": "Webhook host returned HTTP 4XX"
}
], - "finished_at": "2020-08-10T14:00:05.360Z",
- "http": {
- "response": {
- "body": "Oops. Not found.",
- "headers": [
- "Content-Type: text/html",
- "Pragma: no-cache"
], - "status": 404
}
}, - "started_at": "2020-08-10T14:00:05.004Z",
- "status": "failed"
}
], - "finished_at": "2020-08-10T14:00:05.595Z",
- "id": "f5586561-8ff0-4291-a0ac-84fe544797bd",
- "record_type": "webhook_delivery",
- "started_at": "2020-08-10T14:00:00.000Z",
- "status": "delivered",
- "user_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
- "webhook": {
- "event_type": "call_initiated",
- "id": "C9C0797E-901D-4349-A33C-C2C8F31A92C2",
- "occurred_at": "2020-08-10T13:02:01.000Z",
- "payload": {
- "useful": "information"
}, - "record_type": "event"
}
}
], - "meta": {
- "page_number": 2,
- "page_size": 25,
- "total_pages": 3,
- "total_results": 55
}
}
Provides webhook_delivery debug data, such as timestamps, delivery status and attempts.
Webhook delivery record.
Unauthorized
WebhookDelivery not found
{- "data": {
- "attempts": [
- {
- "finished_at": "2020-08-10T14:00:05.595Z",
- "http": {
- "response": {
- "body": "All good.",
- "headers": [
- "Content-Type: text/html"
], - "status": 200
}
}, - "started_at": "2020-08-10T14:00:05.364Z",
- "status": "delivered"
}, - {
- "errors": [
- {
- "code": "75499",
- "detail": "The server returned another HTTP 4XX error",
- "title": "Webhook host returned HTTP 4XX"
}
], - "finished_at": "2020-08-10T14:00:05.360Z",
- "http": {
- "response": {
- "body": "Oops. Not found.",
- "headers": [
- "Content-Type: text/html",
- "Pragma: no-cache"
], - "status": 404
}
}, - "started_at": "2020-08-10T14:00:05.004Z",
- "status": "failed"
}
], - "finished_at": "2020-08-10T14:00:05.595Z",
- "id": "f5586561-8ff0-4291-a0ac-84fe544797bd",
- "record_type": "webhook_delivery",
- "started_at": "2020-08-10T14:00:00.000Z",
- "status": "delivered",
- "user_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
- "webhook": {
- "event_type": "call_initiated",
- "id": "C9C0797E-901D-4349-A33C-C2C8F31A92C2",
- "occurred_at": "2020-08-10T13:02:01.000Z",
- "payload": {
- "useful": "information"
}, - "record_type": "event"
}
}
}