List accounts

Retrieves a paginated list of accounts in results according to the passed in rpp, page and search parameters alongside the total number of items matching the search query (total).

SecurityZephrHmacHttp
Request
query Parameters
rpp
number
Default: 10

The number of results per page you want to retrieve.

Example: rpp=15
page
number
Default: 10

The page number for which you want to retrieve results.

Example: page=15
search
string

The search query that searches accounts by their names

Example: search=My account
Responses
200

OK - Accounts have been retrieved successfully

get/v3/accounts
Response samples
application/json
{
  • "results": [
    ],
  • "total": 20
}