Skip to main content
GET
Get Webhook Event Logs

Authorizations

x-client-id
string
header
required

Client ID for API authentication

x-api-key
string
header
required

API Key for API authentication

Path Parameters

webhookId
string
required

Query Parameters

limit
number

The number of webhook event logs to return.

Required range: 1 <= x <= 50
cursor
string

Cursor for loading the next page of webhook event logs.

sortDirection
enum<string>

Sort direction by webhook event log attempt order. Defaults to descending.

Available options:
ASC,
DESC
Example:

"DESC"

status
enum<string>

Filter by webhook delivery status.

Available options:
delivered,
failed,
pending
Example:

"failed"

webhookEventName
enum<string>

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"

Response

data
object[]
required

List of webhook event logs.

pageInfo
object
required

Cursor pagination details.

Last modified on July 14, 2026