Skip to content
OpenPostDocs
OpenPostDocs
Integrations

List external webhook delivery attempts

GET/external-webhooks/deliveries

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

installation_id?string
limit?integer
Formatint64
Range1 <= value <= 200
Default100

Response 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"  }]