GET
/
aliases
/
{alias}
curl --request GET \
  --url https://api.togai.com/aliases/{alias} \
  --header 'Authorization: Bearer <token>'
{
  "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.

Path Parameters

alias
string
required
Example:

"custom_value"

Response

200
application/json
Response for adding or removing aliases

Represents an Alias

value
string
required
createdAt
string
required