Logs user into the system
Query Parameters |
---|
username string — REQUIREDThe user name for login |
password string — REQUIREDThe password for login in clear text |
Responses | ||
---|---|---|
200 successful operation
| ||
400 Invalid username/password supplied |
Query Parameters |
---|
username string — REQUIREDThe user name for login |
password string — REQUIREDThe password for login in clear text |
Responses | ||
---|---|---|
200 successful operation
| ||
400 Invalid username/password supplied |
loginUser
GET /user/login
//petstore.swagger.io/v2
curl -L -X GET '//petstore.swagger.io/v2/user/login' \
-H 'Accept: application/json'