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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ=="
10
Response for list aliases request
Represents for list response of alias
Show child attributes