- Mock serverhttps://innovario.apishowdown.com/_mock/petstore/user/{username}
- Default serverhttps://petstore.swagger.io/v2/user/{username}
- Sandbox serverhttps://petstore.swagger.io/sandbox/user/{username}
curl -i -X GET \
'https://innovario.apishowdown.com/_mock/petstore/user/{username}'successful operation
One of:
User password, MUST contain a mix of upper and lower case letters, as well as digits
Example:"drowssaP123"
User phone number in international format
Example:"+1-202-555-0192"
Response
- application/json
- application/xml
{ "id": 0, "pet": { "id": 0, "category": { … }, "name": "Guru", "photoUrls": [], "friend": {}, "tags": [ … ], "status": "available", "petType": "cat", "huntingSkill": "adventurous" }, "username": "John78", "firstName": "John", "lastName": "Smith", "email": "john.smith@example.com", "password": "drowssaP123", "phone": "+1-202-555-0192", "userStatus": 10, "image": "string", "addresses": [ { … }, 0 ] }