cURL
curl --request GET \ --url https://petstore3.swagger.io/api/v3/user/login
"<string>"
Log into the system.
The user name for login
The password for login in clear text
successful operation
The response is of type string.
string
Was this page helpful?