v1
latestSwagger 2.02026-07-141269.5 KB1. 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
Example request
{
"password": "demo1234",
"username": "jsmith"
}Response
Success message when login is complete