List webhook deliveries
Returns a paginated list of delivery attempts for the authenticated organization. Optionally filter by endpointId, by delivery status (pending, processing, succeeded, failed), or by eventType (exact match, e.g. transaction.failed). An unknown status value returns 400; an unknown eventType returns an empty page.
Authorizations
Query Parameters
Opaque cursor from a previous response to fetch the next page
500Maximum number of results to return (1-100)
1 <= x <= 100Pagination direction relative to the cursor
forward, backward Only return deliveries targeted at this webhook endpoint
^wep_[0-9A-Za-z]{22}$Filter by delivery status. Case-insensitive. An unknown value returns 400.
pending, processing, succeeded, failed Filter by event type (exact match, e.g. transaction.failed). An unknown value returns an empty page.
1 - 100