This API lets you create a new Refresh Token.
If your organization is using SSO, like Okta, etc., then you will need to use the Alation UI to create a RefreshToken by going to <BASE_URL>/account/auth
.
This API lets you create a new Refresh Token.
If your organization is using SSO, like Okta, etc., then you will need to use the Alation UI to create a RefreshToken by going to <BASE_URL>/account/auth
.
xxxxxxxxxx
curl --request POST \
--url https://alation_domain/integration/v1/createRefreshToken/ \
--header 'accept: application/json' \
--header 'content-type: application/json'