Integrations
List external webhook delivery attempts
GET
/external-webhooks/deliveriesAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
installation_id?string
limit?integer
Format
int64Range
1 <= value <= 200Default
100Response Body
application/json
application/problem+json
curl -X GET "https://example.com/external-webhooks/deliveries"[ { "attempt_count": 0, "created_at": "2019-08-24T14:15:22Z", "delivered_at": "2019-08-24T14:15:22Z", "event_id": "string", "event_type": "string", "id": "string", "last_error": "string", "payload_json": "string", "response_status": 0, "status": "string", "subscription_id": "string", "updated_at": "2019-08-24T14:15:22Z" }]