When generating a user access token as outlined in the documentation for the Authorization Code grant, I've been receiving the error Unknown grant_type when using the authorization_code grant type. Since it's the only grant type outlined in the API documentation, I'm unsure of what is wrong. Has the grant_type changed for this endpoint?
EDIT: I have also received this error when trying to use a refresh token that I had created about 2 weeks ago, using the refresh_token grant type.
Hello,
When generating a user access token as outlined in the documentation for the Authorization Code grant, I've been receiving the error
Unknown grant_type
when using theauthorization_code
grant type. Since it's the only grant type outlined in the API documentation, I'm unsure of what is wrong. Has the grant_type changed for this endpoint?EDIT: I have also received this error when trying to use a refresh token that I had created about 2 weeks ago, using the
refresh_token
grant type.