v1

latestSwagger 2.0Apache 2.02026-07-1320613.5 KB
pet

Find pet by ID

Returns a single pet

get/pet/{petId}

Path parameters

petIdinteger required

ID of pet to return

Response

successful operation

idinteger
namestring required
photoUrlsstring[] required
status'available' | 'pending' | 'sold'

pet status in the store

Example response

{
  "name": "doggie"
}