GET
/pet/{petId}Find pet by ID
Returns a single pet.
Security
api_key
Parameters
path
| Name | Type | Description | |
|---|---|---|---|
petId | integer · int64 | required | ID of pet to return |
Responses
- 200 successful operation application/json
- 400 Invalid ID supplied
- 404 Pet not found