Logo
1 API Documentation

Logs user into the system

GET {{baseUrl}}/user/login?username=id ea nostrud&password=id ea nostrud

 

Body PARAM

Key Datatype Required Description 
username
string (Required) The user name for login
password
string (Required) The password for login in clear text



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

"id ea nostrud"



Curl
curl -X GET 'https://petstore.swagger.io/v2/user/login?username=id ea nostrud&password=id ea nostrud?username=id ea nostrud&password=id ea nostrud' -H 'Accept: application/json'

ENDPOINTS