Webhooks

One endpoint's delivery log (keyset paginated)

GET/webhooks/{id}/deliveries

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

cursor?string
limit?integer
Range1 <= value <= 100
Default20
organization?string

Organization slug (OAuth actors with several orgs); API keys imply theirs.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/webhooks/string/deliveries"
{  "items": [    {      "property1": null,      "property2": null    }  ],  "next_cursor": "string"}