cURL
curl --request GET \ --url https://api.togai.com/aliases \ --header 'Authorization: Bearer <token>'
{ "data": [ { "value": "acme_primary", "createdAt": "2020-01-01T00:00:00Z" } ] }
Returns a list of aliases with pagination and sort.
Show child attributes