Events
List all Events
GET
/
events
Returns a list of Events that satisfy the provided filters.
Query Parameters
Filter events by the associated resource ID.
Filter events by the type of resource. One of payment
, entity
, account
or credit_score
Filter events by the event type (e.g., payment.update, credit_score.increased).
ISO 8601 formatted date (YYYY-MM-DD) to filter for Events created on and after the date provided.
ISO 8601 formatted date (YYYY-MM-DD) to filter for Events created on and before the date provided.
The number of the page to return.
The ID of a resource from which a page should start or end. Mutually exclusive with page
.
The number of Events to return per page.
Returns
Returns a paginated list of Event objects.