List all accounts

Returns a list of all your associated accounts.

Ordered chronologically by creation date.

SecurityCommonAuth
Request
query Parameters
limit
integer [ 1 .. 1000 ]
Default: 100

The maximum number of results to return.

Example: limit=200
offset
integer
Default: 0

The number of items to skip before returning results.

Example: offset=100
primaryEmailAddress
string <email>
Example: primaryEmailAddress=test@example.com
Responses
200

OK

get/accounts
Request samples
Response samples
application/json
{
  • "limit": 200,
  • "offset": 100,
  • "count": 67,
  • "rows": [
    ]
}