Skip to content

List all pets

GET
/pets
curl --request GET \
--url https://api.petstore.example.com/pets

A list of pets.

Suggest an edit to this page