Custom Domain
API referenceWebhooks

Recent webhook delivery attempts for the caller's tenant

GET
/webhook-deliveries

sk_ API key: all the tenant's apps. Widget JWT: the calling app. ?app_id= narrows to one application; ?type= filters by event type.

AuthorizationBearer <token>

Long-lived tenant API key (sk_live_… / sk_test_…), stored hashed. Scoped to the owning application's tenant.

In: header

Query Parameters

app_id?string
type?string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/webhook-deliveries"
{  "deliveries": [    {      "id": "string",      "endpoint_id": "string",      "application_id": "string",      "url": "http://example.com",      "event_id": "string",      "event_type": "string",      "domain": "string",      "attempts": 0,      "status_code": 0,      "delivered": true,      "error": "string",      "created_at": "2019-08-24T14:15:22Z"    }  ],  "count": 0}
{  "code": "string",  "title": "string",  "details": "string"}
{  "code": "string",  "title": "string",  "details": "string"}