Find pet by ID

Returns a single pet

SecurityAPI Key: api_key
Request
path Parameters
petId
required
integer <int64>

ID of pet to return

get
/pet/{petId}
Responses

200

successful operation

Response Schema:
id
integer <int64>
object (Category)
name
required
string
photoUrls
required
Array of strings
Array of objects (Tag)
status
string

pet status in the store

Enum: "available" "pending" "sold"

400

Invalid ID supplied

404

Pet not found

Response samples
Sample not available