Account Aliases
Get all aliases of an account
Get all aliases of an account using account_id
GET
/
accounts
/
{account_id}
/
account_aliases
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
account_id
string
requiredaccount_id corresponding to an account
Maximum length:
50
Response
200 - application/json
Paginated response for account aliases
data
object[]
requirednextToken
string