GET
/pets
curl \
--request GET 'http://api.example.com/pets'
Response examples (200)
[
{
"id": 42,
"name": "string",
"tag": "string"
}
]
curl \
--request GET 'http://api.example.com/pets'
[
{
"id": 42,
"name": "string",
"tag": "string"
}
]