List all accounts

Returns a list of all your associated accounts.

Ordered chronologically by creation date.

SecurityCommonAuth
Request
query Parameters
limit
integer <int32> (limit) [ 1 .. 100000 ]
Default: 100

The maximum number of items to return.

Example: limit=100
offset
integer <int32> (offset)
Default: 0

The number of items to skip before returning the results.

Example: offset=200
primaryEmailAddress
string <email>

The primary email address of the account.

Example: primaryEmailAddress=test@example.com
Responses
200

OK

400

Bad request

401

Unauthorised

403

Forbidden

404

Not found

405

Method not allowed

415

Unsupported media type

429

Too many requests

500

Internal server error

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