GET
/
pet
/
{petId}
{
  "id": 10,
  "name": "doggie",
  "category": {
    "id": 1,
    "name": "Dogs"
  },
  "photoUrls": [
    "<string>"
  ],
  "tags": [
    {
      "id": 123,
      "name": "<string>"
    }
  ],
  "status": "available"
}

Authorizations

api_key
string
header
required

Path Parameters

petId
integer
required

ID of pet to return

Response

200
application/json

successful operation

The response is of type object.