List deliveries for a webhook endpoint
Path Parameters
webhook_id*string
Query Parameters
limit?integer
Default
20Range
1 <= value <= 100starting_after?string
ending_before?string
Response Body
application/json
curl -X GET "https://loading/api/v1/webhooks/whk_1234567890abcdef/deliveries"{
"object": "list",
"data": [
{
"id": "string",
"organization_id": "string",
"test_mode": true,
"webhook_id": "string",
"event_id": "string",
"event_type": "string",
"url": "string",
"status": "pending",
"http_status": -2147483648,
"attempts": -2147483648,
"max_attempts": -2147483648,
"request_body": {
"property1": null,
"property2": null
},
"response_body": "string",
"error_message": "string",
"next_retry_at": "string",
"created_at": "string",
"completed_at": "string",
"object": "webhook_delivery"
}
],
"has_more": true,
"next_cursor": "string"
}