Skip to content
ogygia playground
GET /pet/{petId}

Find pet by ID

Returns a single pet.

Security

  • api_key

Parameters

path

NameTypeDescription
petIdinteger · int64requiredID of pet to return

Responses

  • 200 successful operation application/json
  • 400 Invalid ID supplied
  • 404 Pet not found