v1

latestOpenAPI 3.0.02026-07-26868170.3 KB
General

Authentication

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

post/authenticate

Request body

api_keystring required

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

Example request

{
  "api_key": "XXXXYYYYZZZZ"
}

Response

Api key is recognized, user is successfully authenticated. This token, prefixed by 'Bearer ', can be used to call other endpoints for one hour.

All 86 operations