Get Webhook Event Logs
Get Webhook Event Logs
Returns webhook delivery logs for a webhook subscription owned by the authenticated nonprofit. Results are cursor paginated.
GET
Get Webhook Event Logs
Authorizations
Client ID for API authentication
API Key for API authentication
Path Parameters
Query Parameters
The number of webhook event logs to return.
Required range:
1 <= x <= 50Cursor for loading the next page of webhook event logs.
Sort direction by webhook event log attempt order. Defaults to descending.
Available options:
ASC, DESC Example:
"DESC"
Filter by webhook delivery status.
Available options:
delivered, failed, pending Example:
"failed"
Filter by webhook event name.
Available options:
*, contribution.approved, contribution.declined, contribution.paid_out, contribution.processing, contribution.chargeback_lost, contribution.chargeback_pending, contribution.chargeback_won, contribution.refund_approved, contribution.refund_canceled, contribution.refund_failed, contribution.refund_requested, contribution.refund_requires_action, contribution.refunded, contribution.voided, donor.archived, donor.created, donor.merged, donor.updated, deposit.paid_out, recurring_gift.active, recurring_gift.cycle_failed, recurring_gift.failed, recurring_gift.inactive, recurring_gift.paused, recurring_gift.updated Example:
"contribution.approved"
Last modified on July 14, 2026