List all webhook events for a subscription
Requires the webhook_event:read ability.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The webhook subscription ID. Example: wh_sub_01jz8v2q4x...
Query Parameters
Available sorts are created_at, status, type. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -created_at.
The number of results that will be returned per page.
The page number to start the pagination from.
attempts status, type, webhook_url, payload, created_at, attempts_count, last_attempted_at, last_response_status_code status, attempt, created_at, response_status_code Filter by event type.
verification.pending, verification.successful, verification.rejected, verification.failed, verification.cancelled, verification.expired, verification.error, verification.confirmation_ready, verification.confirmation_notification_sent "verification.successful"
Filter by delivery status.
processing, succeeded, failed "succeeded"
Filter events created on or after this datetime.
"2026-04-01T00:00:00Z"
Filter events created on or before this datetime.
"2026-04-30T23:59:59Z"