Logs user into the system
Used to collect a Token for a registered User
Query Parameters
- username string required
The user name for login
- password string required
MD5 hash of the password for login (e. g. 123456=E10ADC3949BA59ABBE56E057F20F883E)
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
- token string
- account_type string
Possible values: [
manager
,admin
]
{
"token": "93144b288eb1fdccbe46d6fc0f241a51766ecd3d",
"account_type": "admin"
}
- Required parameters missed
- Wrong login or password
Loading...