Logs user into the system
Query Parameters
username string required
The user name for login
password string required
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...