List Events V2
Events
List Events and Their Delivery Status
List events for the authenticated application, with optional filtering by webhook endpoint, event type, delivery status, and creation date range.
List Events V2
Use this endpoint to retrieve a paginated list of the events SpherePay has recorded for your application. Every event is queryable whether or not its delivery succeeded, so this is the audit trail behind your webhook traffic. Filter by
type (an exact name, a resource wildcard such as transfer.*, or *), by delivery status, by webhookEndpointId, and by the createdStart and createdEnd bounds on creation time.
Each item summarizes the event alongside its most recent delivery, including the attempt count and the response your endpoint returned.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
object
required
Response
A paginated list of events.
Array of event presentations
Whether there is a next page
Example:
false
Whether there is a previous page
Example:
false
Number of items per page
Required range:
1 < x < 100Example:
10
Current page number
Example:
1
Total number of items
Example:
1
Total number of pages
Example:
1
Last modified on August 27, 2026