List Webhook Deliveries
AuthorizationBearer <token>
In: header
Path Parameters
webhook_id*Webhook Id
Query Parameters
limit?Limit
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/deliveries"{
"deliveries": [
{
"attempts": 0,
"created_at": "2019-08-24T14:15:22Z",
"duration_ms": 0,
"error": "string",
"event_type": "string",
"id": "string",
"last_attempt_at": "2019-08-24T14:15:22Z",
"next_attempt_at": "2019-08-24T14:15:22Z",
"response_status": 0,
"status": "string"
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}