We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Sorry I know the Survey Monkey Apply API is separate to Survey Monkey API but I cannot find a better place to report this issue.
I have been trying to use the refresh token function exactly as specified in the docs:
curl "https://example.smapply.org/api/o/token/" -d "grant_type=refresh_token\ &client_id=<CLIENT_ID>\ &client_secret=<CLIENT_SECRET>\ &refresh_token=<REFRESH_TOKEN>"
but unfortunately I am getting the response that
{"error": "unsupported_grant_type"}
Can anyone help? thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, Sorry I know the Survey Monkey Apply API is separate to Survey Monkey API but I cannot find a better place to report this issue.
I have been trying to use the refresh token function exactly as specified in the docs:
but unfortunately I am getting the response that
Can anyone help?
thanks
The text was updated successfully, but these errors were encountered: