Refresh token has any one created or used for any proejct in an API call? | Community
Skip to main content
kishoremittapalli
New Participant
March 2, 2025
Question

Refresh token has any one created or used for any proejct in an API call?

  • March 2, 2025
  • 1 reply
  • 631 views

I can only generate the access token when I create a project. I did send offline_access in scope and grant type but received invalid grant type error response. Any ideas or suggestions? 

 

repsonse :

{
"error": "unsupported_grant_type"
}

1 reply

tmj
Employee
March 3, 2025

Hi @kishoremittapalli., which API did you add to the project? Depending on the API you can/cannot request the offline_access scope. If the API does not support offline_access, then you can only generate access tokens and not refresh tokens.

 

kishoremittapalli
New Participant
March 4, 2025

Hi @tmj ,

I was trying for Platform APIs.

tmj
Employee
March 5, 2025

Which platform APIs? Can you send me a full screen screenshot of your Project's overview page?