Logs user into the system.
Log into the system.
GET
/api/v3/user/login Query parameters
username string The user name for login
password string The password for login in clear text
Response 200
successful operation
Headers:
X-Rate-Limitint32 — calls per hour allowed by the userX-Expires-Afterdate-time — date in UTC when token expires
Response 400
Invalid username/password supplied
Response default
Unexpected error
Request
curl -X GET /api/v3/user/loginResponse
"string"