Returns a single pet
Security
api_key or petstore_auth(Required scopes: write:petread:pet)
- Mock serverhttps://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/pet/{petId}
- https://innovario.apishowdown.com/v3https://innovario.apishowdown.com/v3/pet/{petId}
- api_key
- petstore_auth
curl -i -X GET \
'https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/pet/{petId}' \
-H 'api_key: YOUR_API_KEY_HERE'Response
- application/xml
- application/json
<pet>
<id>10</id>
<name>doggie</name>
<category>
<id>1</id>
<name>Dogs</name>
</category>
<photoUrls>
<photoUrl>string</photoUrl>
</photoUrls>
<tags>
<tag>
<id>0</id>
<name>string</name>
</tag>
</tags>
<status>available</status>
</pet>