GET
/
aliases
curl --request GET \
  --url https://api.togai.com/aliases \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "value": "acme_primary",
      "createdAt": "2020-01-01T00:00:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

nextToken
string
Example:

"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ=="

pageSize
number
Example:

10

Response

200
application/json
Response for list aliases request

Represents for list response of alias

data
object[]

Represents an Alias

nextToken
string