Logs user into the system
GET/user/login
Request
Query Parameters
username stringrequired
The user name for login
password stringrequired
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/json
- application/xml
- text/plain
- Schema
- response
Schema
string
OK
- Schema
- response
Schema
string
<Message> OK </Message>
- Schema
- response
Schema
- any
OK
Invalid username/password supplied
Loading...