Authentication
Once you've requested an access token, you'll be able to start making calls to the API.
Be aware that if user password is expired, you will get access token, but there will be an error trying to access any of the API’s
Example expired password response:
{ "type": "https://tools.ietf.org/html/rfc2616#section-10", "title": "An error occurred", "detail": "Password expired" }