Modules
Sign in
Get Help

BMS API | Unable to generate access token to allow access to BMS API

Problem

I am unable to generate access token even after following this guide. I get the below response: 


"error": "unsupported_grant_type" 
}

Resolution

The error "unsupported_grant_type" is displayed when the grant_type parameter is not specified, or the given value is incorrect. Note that more often than not, this happens when the parameter is part of the URL. See below example, this is incorrect:

Note: Parameters should be passed in the body of the request, not in the URL.

For reference: Below are the screenshots of a setup using postman tool:

 

 

 

Have more questions?

Contact us

Was this article helpful?
1 out of 1 found this helpful

Provide feedback for the Documentation team!

Browse this section