List accounts

Retrieve a filtered and paginated list of accounts matching the specified search criteria.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Search criteria including filters, pagination, and sort parameters.

criteria
object
required
int64

The total count of records that should be returned. Default limit: 100. Acceptable range: between 1 and 100.

int64

Id of the last record returned with the current call. To filter by offset, sort by id is required i.e. either ASC or DESC sort by id.

int64

Page number for which the records should be returned.

int64

Number of records to be returned per page. Default limit: 100.

boolean

To get, in response, the total count of the records that can be fetched using the filter in API request.

sortOptions
object
Headers
string
enum
required

Required. Set to NEVER for a synchronous response or ALWAYS for asynchronous processing.

Allowed:
Responses

400

The request could not be accepted by the Passport server due to a malformed syntax, which may be a missing required parameter or other syntactical error.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
.readme-logo { display: none !important; }