Skip to main content
GET
List Events
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide โ†’

Query Parameters

created_at.lt
string<date-time>

Include timestamps strictly less than lt. RFC3339 format, like 2006-01-02T15:04:05Z.

created_at.lte
string<date-time>

Include timestamps less than or equal to lte. RFC3339 format, like 2006-01-02T15:04:05Z.

created_at.eq
string<date-time>

Include timestamps exactly equal to eq. RFC3339 format, like 2006-01-02T15:04:05Z.

created_at.gte
string<date-time>

Include timestamps greater than or equal to gte. RFC3339 format, like 2006-01-02T15:04:05Z.

created_at.gt
string<date-time>

Include timestamps strictly greater than gt. RFC3339 format, like 2006-01-02T15:04:05Z.

limit
integer<int32>

Number of results to return. Defaults to 100 if no limit is provided.

type
string

Retrieve all (default) or optionally filter by event type.

is_test
boolean

Filter for test events (true) or real events (false). Defaults to false (real events only).

order
enum<string>

Sort order for results by created_at. Defaults to ASC (oldest first).

Available options:
DESC,
ASC
page_cursor
string

Cursor from a previous response to fetch the next page.

Response

Success

events
object[]

Events ordered by created_at timestamp in the direction specified by the order parameter (ascending by default).

next_page_cursor
string

Cursor to pass in the next request to fetch the next page. Empty when no more results.