logo
On this page

Logs user into the system

GET

https://petstore.swagger.io/v2/user/login

Request

Query Parameters

    username stringrequired

    The user name for login

    password stringrequired

    The password for login in clear text

Responses

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
Schema
    string

1
Copied!
Request
Collapse all
Base URL
https://petstore.swagger.io/v2
Default server
Parameters
queryrequired
queryrequired
RESPONSEClear

Click the "Send" button above and see the response here!

On this page

Back to top