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

Changes