curl --request GET \
--url http://localhost:8080/webhooks/{webhook_id}/deliveries{
"items": [
{
"id": 123,
"webhook_id": 123,
"event_type": "<string>",
"payload": {},
"response_status": 123,
"response_body": "<string>",
"status": "<string>",
"error_message": "<string>",
"attempt_number": 123,
"created_at": "2023-11-07T05:31:56Z",
"delivered_at": "2023-11-07T05:31:56Z",
"next_retry_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}Список доставок webhook.
curl --request GET \
--url http://localhost:8080/webhooks/{webhook_id}/deliveries{
"items": [
{
"id": 123,
"webhook_id": 123,
"event_type": "<string>",
"payload": {},
"response_status": 123,
"response_body": "<string>",
"status": "<string>",
"error_message": "<string>",
"attempt_number": 123,
"created_at": "2023-11-07T05:31:56Z",
"delivered_at": "2023-11-07T05:31:56Z",
"next_retry_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}1 <= x <= 200x >= 0