curl --request GET \
--url https://api.app.hrizn.io/v1/public/webhooks/{id}/deliveries \
--header 'X-API-Key: <api-key>'{
"data": {
"deliveries": [
{
"id": "<string>",
"event_type": "<string>",
"response_status": 123,
"attempt_count": 123,
"delivered_at": "2023-11-07T05:31:56Z",
"next_retry_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}
]
}
}curl --request GET \
--url https://api.app.hrizn.io/v1/public/webhooks/{id}/deliveries \
--header 'X-API-Key: <api-key>'{
"data": {
"deliveries": [
{
"id": "<string>",
"event_type": "<string>",
"response_status": 123,
"attempt_count": 123,
"delivered_at": "2023-11-07T05:31:56Z",
"next_retry_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}
]
}
}Your Hrizn API key (prefix hzk_)
Webhook subscription ID
Number of deliveries to return
1 <= x <= 100Delivery logs
Hide child attributes
Hide child attributes