This API lets you to create a new API Access Token that can be used for authenticating Alation public API requests.
xxxxxxxxxx
curl --request POST \
--url https://alation_domain/integration/v1/createAPIAccessToken/ \
--header 'accept: application/json' \
--header 'content-type: application/json'