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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.