auth

Authenticate user

post/auth/login

Request body

usernamestring required
passwordstring required

Example request

{
  "username": "user@anaconda.com"
}

Response

Token information

tokenstring

Changes