Sorry, but there are no more tags available to filter with.
  • What is the correct way to request a refresh token?

    I'm able to request an access token without issue. However I cannot use the refresh token to get a new one when it expires. I get an invalid grant_type error. I've tried both with and without an auth header with a bearer token. And with a…