cURL
curl --request GET \ --url https://api.avenia.io:8443/v2/v2/account/sub-accounts \ --header 'Authorization: Bearer <token>'
{ "cursor": "<string>", "subAccount": [ { "id": "<string>", "accountType": "<string>", "name": "<string>", "createdAt": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter sub-accounts created after timestamp
Filter sub-accounts created before timestamp
Cursor for pagination
Filter by account type
Filter by name
OK
Show child attributes