cURL
curl --request POST \ --url https://api.togai.com/aliases \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "aliases": [ { "value": "alias1" } ] } '
{ "data": [ { "value": "acme_primary", "createdAt": "2020-01-01T00:00:00Z" } ] }
This API let’s you to create an alias
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Payload to create bulk aliases
Create bulk alias
1 - 100
Show child attributes
255
Response for list aliases request
Represents for list response of alias