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
Example response
{
"data": [
{
"invoiceCurrency": "USD",
"primaryEmail": "admin@example.com",
"status": "ACTIVE"
}
]
}