Skip to main content
Question

Refresh Token missing from access token payload

  • February 10, 2025
  • 1 reply
  • 43 views

Forum|alt.badge.img

Hello, I do not receive a refresh token when generating an access token to the oauth token endpoint. Have I missed some setting somewhere?

Sample response:

And the authorization URL looks like this:

Thank you

1 reply

William Bishop
Mironeer
Forum|alt.badge.img+4
  • Mironeer
  • 248 replies
  • February 11, 2025

Hey ​@SteveASmyle,

Happy to help. One quick question—have you checked off the “Expire token” option in your developer app settings? If this is unchecked, you won’t receive a refresh token in your OAuth payload:

If you have already created your app without checking off this setting, you’ll need to generate a new set of credentials and check this option off from the beginning of the settings flow (step 5 here):

 

Let me know if you still have trouble after checking this setting off.

Cheers