v1

latestOpenAPI 3.0.3AGPL 3.02026-07-1713822.7 KB
contacts

Find pet by ID

Returns a single pet

get/contact/{contact_id}

Path parameters

contact_idinteger 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

{
  "id": 10,
  "name": "doggie",
  "category": {
    "id": 1,
    "name": "Dogs"
  }
}