Get paginated webhook event history
Get a paginated list of webhook events for a specific business. Supports filtering by event type, status, and date range.
Query Parameters
Filter by the transaction identifier associated with the event
Filter by event type (full string, e.g. transfer.status.completed)
Filter by webhook status
Possible values: pending, processing, sent, failed, retrying
Filter events created on or after this date (inclusive). Must be in RFC3339 format. If both start_date and end_date are provided, start_date must not be after end_date.
Filter events created on or before this date (inclusive). Must be in RFC3339 format. If both start_date and end_date are provided, start_date must not be after end_date.
Maximum number of results per page (max 100, default 50)
Page number for pagination (1-based)
Responses
| Status | Description |
|---|---|
200 |
Successfully retrieved webhook history |
200 response
List of webhook event summaries
Unique identifier of the webhook event
Identifier of the underlying transaction, when present
Full event type string (e.g. transfer.status.completed)
Delivery URL for this event
HTTP method used for delivery
Status of the webhook event delivery
Possible values: pending, processing, sent, failed, retrying
HTTP response status code from the last delivery attempt
When the event was created
When the last delivery attempt was made
Number of items per page
Current page number (1-based)
Total number of matching events
Total number of pages
Authorization
- ApiKeyAuth