Logs user into the system
GET/user/login
Request
Query Parameters
username string
The user name for login
password string
The password for login in clear text
Responses
- 200
- 400
successful operation
Response Headers
X-Rate-Limit integer
calls per hour allowed by the user
X-Expires-After string
date in UTC when token expires
- application/xml
- application/json
- Schema
Schema
string
- Schema
Schema
string
Invalid username/password supplied
Loading...