GET
/user/loginoperationId:
loginUserLogs user into the system.
Log into the system.
🔒petstore_auth
🔒api_key
api_key: <your-key>Parameters
Query Parameters
| username | string | optional | The user name for login |
| password | string | optional | The password for login in clear text |
Responses
▼200 OK — successful operation
▼400 Bad Request — Invalid username/password supplied
▼default — Unexpected error