Webhooks
List webhook deliveries
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
limit?integer
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/webhooks/deliveries"{ "items": [ { "id": "string", "endpoint_id": "string", "event_id": "string", "event_type": "string", "status": "string", "status_code": 0, "error": "string", "attempts": 0, "created_at": "2019-08-24T14:15:22Z", "delivered_at": "2019-08-24T14:15:22Z" } ]}{ "error": "string"}