Get an authentication token

Use your username/password and <a target="_blank" href="https://en.wikipedia.org/wiki/Basic_access_authentication">HTTP Basic Authentication</a> to get an authentication token Use the token along with your client id in all subsequent requests. When the token expires make another request to this route and get a new token.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Response

Authentication token
tokenstring
Authentication token to be used in all subsequent requests.

Errors

401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error