This endpoint enables you to fetch a list of Identities.
You can use query parameters to filter the results returned by created_at
, updated_at
, summary_status
and identity_type
Note that this endpoint supports pagination and returns a cursor token for fetching next pages.
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
Summary Status of the Identity.
PENDING
, ERROR
, APPROVED
, DENIED
, DISABLED
Include timestamps strictly less than lt. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps less than or equal to lte. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps exactly equal to eq. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps greater than or equal to lte. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps strictly greater than gt. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps strictly less than lt. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps less than or equal to lte. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps exactly equal to eq. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps greater than or equal to lte. RFC3339 format, like 2006-01-02T15:04:05Z
.
Include timestamps strictly greater than gt. RFC3339 format, like 2006-01-02T15:04:05Z
.
Number of results to return.
Return items in ascending (ASC) or descending (DESC) order. Defaults to DESC.
DESC
, ASC
The specific method by which the returned results will be ordered.
CREATED_AT
Cursor token for fetching the next page.
Optionally filter by Identity type
PERSON
, INSTITUTION
A successful response.
The response is of type object
.