v1

latestSwagger 2.0Apache 2.02026-07-174650145.6 KB
Authentication

User login

Authenticate a user and create a new session.

post/login

Request body

passwordstring required
usernamestring required

Example request

{
  "password": "password",
  "username": "admin"
}

Response

OK