Authentication

Get a valid JSON Web Token. This token, prefixed by 'Bearer ', can be used to call other endpoints for one hour.

Log in to see full request history

Error cases

400 authentication failed (wrong credentials)

{ "status": 400, "errors": [ { "error_key": "username", "error": "authentication.failed", "error_description": "User authentication failed." } ] }

400 missing api_key field

{ "status": 400, "errors": [ { "error_key": "api_key", "error": "is_blank", "error_description": "Api key is missing." } ] }
Body Params
string
required

Api key available in the api users list of your universe. Please refer to your universe's administrator to retrieve an api key.

Responses

400

Authentication failed.

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json