Refresh token needs to be requested with scope "user_api.full_access offline_access,
the cURL example on how to use it
curl --location --request POST 'https://clp-accept-identityserver.saltoks.com/connect/token' \--header 'Content-Type: application/x-www-form-urlencoded' \--header 'Authorization: Bearer access_token' \--data-urlencode 'grant_type=refresh_token' \--data-urlencode 'client_id=client_id' \--data-urlencode 'refresh_token=refresh_token'
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article