Skip to main content
GET
List tenant webhook event and delivery history

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:25
Required range: 1 <= x <= 100
cursor
string
Required string length: 1 - 2048
status
enum<string>
Available options:
dead_letter,
delivered,
pending,
replayed
type
enum<string>
Available options:
account.capability.updated,
account.requirements.updated,
balance.available,
checkout.completed,
checkout.created,
checkout.expired,
dispute.closed,
dispute.created,
dispute.updated,
payment.canceled,
payment.created,
payment.failed,
payment.processing,
payment.succeeded,
payment_link.completed,
payment_link.created,
payment_link.deactivated,
payment_link.updated,
payout.canceled,
payout.created,
payout.failed,
payout.paid,
payout.updated,
refund.created,
refund.failed,
refund.succeeded,
refund.updated

Response

2XX

Forwarded to the owning origin Worker.

Last modified on September 1, 2026