Skip to content

Get a pet by id

GET
/pets/{petId}
curl --request GET \
--url https://api.petstore.example.com/pets/example
petId
required
string

A pet.

Suggest an edit to this page