Refresh Token with REST Method error
I am trying to refresh a token using a REST method, but I keep getting an error "The remote server returned an error: (400) Bad Request" with the error response "{"error":"unsupported_grant_type"}"
This is how my REST integration is set up.
And these are the inputs for my REST integration:
Comments
-
Hi there!
The values you are passing in for your username and password need to be URL Encoded. We have URLEncode Text steps that you will want to pass your username and password through before using them in your REST Method. The URL Encode Text step can be found under Integration > HTTP.
https://documentation.decisions.com/step-library/docs/urlencode-text
~ Kathryn



