pet
Find pet by ID.
Returns a single pet.
get/pet/{petId}
Path parameters
petIdinteger required
ID of pet to return
Response
successful operation
Example response
{
"id": 10,
"name": "doggie",
"category": {
"id": 1,
"name": "Dogs"
}
}