Request a jwt token for subsequent operations, this request is authenticated with normal HTTP auth
post/oauth/token
Response
Resulting JWT token
Example response
{
"token": "token"
}Request a jwt token for subsequent operations, this request is authenticated with normal HTTP auth
Resulting JWT token
{
"token": "token"
}