Hi, i am trying to get accesstoken after expiring accesstoken with 24hrs/1 day validaity. So for this i opted the API : Get Access Token with Refresh Token : oauth2/default/v1/token, So when i invoke this endpoint i am getting the error as : {
“error”: “consent_required”,
“error_description”: “The following scopes require user consent: [offline_access].”
}
Provided the refresh token, scope, grant_tye, redirect_uri, clientid and client secret for Basic Auth.