v1

latestSwagger 2.02026-07-141269.5 KB
1. Login

Login method

After a successful login a token is returned. This is a Bearer token. To authenticate with it use the Authorization header and set value to Bearer empty space and the token value.

post/login

Request body

passwordstring required
usernamestring required

Example request

{
  "password": "demo1234",
  "username": "jsmith"
}

Response

Success message when login is complete