Retrieve all Accounts

Use this endpoint to query accounts with structured filters such as ID, reference, name, or status. Ideal for paginated listings or dashboards where precise field-based querying is required.

get

Query accounts

Query parameters
filterstringOptional
page[size]stringOptional
page[number]stringOptional
sortstringOptional
Responses
chevron-right
200

Response to /api/v2.0/account

application/json
record_countintegerOptional

The total number of records in the dataset. The record count may return zero if there are no records in the dataset.

page_numberintegerRequired

The number of the page within the complete dataset. This is indexed from 1.

continuationstringOptional
page_countintegerOptional

The largest page number that yield an empty page. The page count may return zero if there are no records in the dataset.

page_sizeintegerRequired

The size of page that was requested (or defaulted). This is the maximum number of records that will be returned in the page.

get
/api/v2.0/account
200

Response to /api/v2.0/account

Last updated