Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

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"
}

  • No labels