Accounts
List accounts of customer
Returns a list of accounts of a customer with pagination and sort.
GET
/
accounts
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
nextToken
string
pageSize
number
Response
200 - application/json
data
object[]
nextToken
string
context
object