v3
latestOpenAPI 3.0.32026-07-31489099.0 KBWebhooks
List webhook delivery logs
Returns outbound delivery attempts for webhook subscriptions owned by the account, newest first, with cursor pagination (page[size], and either page[after] or page[before] — not both).
get/accounts/{account_id}/webhooks/deliveries
Path parameters
account_idstring required
ID of the resource
Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC
Account ID
Query parameters
Paging query parameters
Response
OK
Example response
{
"deliveries": [
{
"id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC",
"inserted_at": "2020-01-01T12:00:00Z",
"subscription_id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC"
}
]
}