This API lets you validate an existing RefreshToken, returning useful metadata about the token, if valid.
xxxxxxxxxx
curl --request POST \
--url https://alation_domain/integration/v1/validateRefreshToken/ \
--header 'accept: application/json' \
--header 'content-type: application/json'