Skip to content
Lars Westermann edited this page Feb 14, 2020 · 1 revision

/api/v1/auth

GET

Get the current logged in account or 401

Response body

<<Account>>

POST

Login

Request Body

{
    "username": "john doe",
    "password": "password"
}

DELETE

Logout

Clone this wiki locally