Skip to content

GET/pet/{petId}

Find pet by ID

Returns a single pet.

Parameters 1

NameTypeDescription
petIdrequiredpath · integerID of pet to return

ReturnsPet

API key required

Response examples

200successful operation

application/json example derived from schema

{
  "name": "doggie",
  "photoUrls": [
    "string"
  ]
}

Released under the MIT License.