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
1 - 100
Show child attributes