Returns a single pet
Security
api_key
- Mock serverhttps://innovario.apishowdown.com/_mock/petstore/pet/{petId}
- Default serverhttps://petstore.swagger.io/v2/pet/{petId}
- Sandbox serverhttps://petstore.swagger.io/sandbox/pet/{petId}
curl -i -X GET \
'https://innovario.apishowdown.com/_mock/petstore/pet/{petId}' \
-H 'api_key: YOUR_API_KEY_HERE'successful operation
Default:[]
One of:
The list of URL to a cute photos featuring pet
[ 1 .. 10 ] items
isString
Response
- application/json
- application/xml
- cat
- dog
- bee
{ "id": 0, "category": { "id": 0, "name": "string", "sub": { … } }, "name": "Guru", "photoUrls": [], "friend": {}, "tags": [ { … } ], "status": "available", "petType": "cat", "huntingSkill": "adventurous" }