Return the associated Profiles for the current Account.
The paginated results default to the maximum limit of 1,000 Profiles, unless otherwise specified with the limit
parameter.
Every paginated response contains a next_page
field until the last page is reached.
Pass the next_page
value into the page_cursor
field of the next request to retrieve the next page of results.
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
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 ASC.
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 Profile display name. Retrieves nickname(s) based on the beginning characters of the given display name (prefix matching). Case insensitive. WIldcards and regular expressions not supported.
Optionally filter by the UUIDs of the profiles. Limit 100.
A successful response.
The response is of type object
.