cURL
curl --request GET \ --url https://api.togai.com/accounts/{account_id}/account_aliases \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "abcd-12345-uids", "value": "hello", "effectiveFrom": "2022-06-04T00:00:00Z", "effectiveUntil": "2022-06-05T00:00:00Z", "createdAt": "2022-06-04T00:00:00Z", "updatedAt": "2022-06-04T00:00:00Z" } ], "nextToken": "fdsjhklfhdslhfjdklsahfkjdsa..." }
Get all aliases of an account using account_id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
account_id corresponding to an account
50
"ACC00001"
Response for list account aliases request
Paginated response for account aliases
Show child attributes
Alias identifier (UUID)
Alias value
3 - 50
Effective from date
Effective until date
Alias creation date
Alias update date
"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ=="