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

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

  • March 2, 2025
  • 1 reply
  • 636 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"
}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

tmj
Adobe Employee
Adobe 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
Level 2
March 4, 2025

Hi @tmj ,

I was trying for Platform APIs.

tmj
Adobe Employee
Adobe Employee
March 5, 2025

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