Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereQuery Parameters
Number of records to return per page. Default
10, maximum 50.Cursor for forward pagination. Pass the
nextStartingAfter value from the previous response (a unix-millisecond timestamp string) to fetch the next page.Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
List of webhook delivery records.
Information on whether there is additional data to be retrieved (true/false).
Cursor for the next page (unix-millisecond timestamp string), or
null when there is no further data. Pass it back as the startingAfter query parameter.data Structure (Array Of Object)
Webhook delivery record ID.
User ID who owns this webhook.
Creation time of the webhook delivery log (ISO 8601 date string).
Last update timestamp (ISO 8601 date string), or
null.Timestamp of the next delivery attempt (ISO 8601 date string), if any.
Original webhook payload sent (contains event + transaction data). This is a JSON-encoded string; its inner structure varies by event
type.Associated payment link ID (may be
null for non-transaction events).Associated transaction ID (may be
null for non-transaction events).Response returned from the destination endpoint.
Indicates whether the webhook was sent automatically or manually (example:
"AUTOMATIC").Delivery status (example:
"SUCCESS").Webhook event type (example:
"membership.memberExpired", "payment.reminder").Optional webhook classification, often
null.Destination endpoint where the webhook is delivered.
