v1

latestOpenAPI 3.0.1Apache 2.02026-07-17111176225.7 KB

Request a jwt token for subsequent operations, this request is authenticated with normal HTTP auth

post/oauth/token

Response

Resulting JWT token

tokenstring required

The token content

Example response

{
  "token": "token"
}