Skip to content
Blume is now publicly available.
Blume
Esc
navigateopen⌘Jpreview

Logs user into the system.

Log into the system.

GET/user/login
Query parameters
usernamestring
The user name for login
passwordstring
The password for login in clear text
Responses
200successful operation
string
400Invalid username/password supplied
defaultUnexpected error
Request
curl -X GET "/api/v3/user/login"
Response
"string"