List all pets
Query parameters
-
limit integer(int32)
How many items to return at one time (max 100)
GET /pets
curl \
-X GET http://api.example.com/pets
Response examples (200)
[
{
"id": 42,
"name": "string",
"tag": "string"
}
]
Response examples (200)
[
{
"id": 42,
"name": "string",
"tag": "string"
}
]