v1

latestOpenAPI 3.0.3Apache 2.02026-07-13121230447.8 KB
Accounts

List accounts of customer

Returns a list of accounts of a customer with pagination and sort.

get/accounts

Query parameters

nextTokenstring
Example:eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ==
pageSizenumber
Example:10

Response

Response for list customers request

nextTokenstring

Example response

{
  "data": [
    {
      "invoiceCurrency": "USD",
      "primaryEmail": "admin@example.com",
      "status": "ACTIVE"
    }
  ]
}