Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
Security
petstore_auth(Required scopes: write:petsread:pets)
- Mock serverhttps://innovario.apishowdown.com/_mock/petstore/pet/findByTags
- Default serverhttps://petstore.swagger.io/v2/pet/findByTags
- Sandbox serverhttps://petstore.swagger.io/sandbox/pet/findByTags
curl -i -X GET \
'https://innovario.apishowdown.com/_mock/petstore/pet/findByTags?tags=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'successful operation
Array []
Default:[]
One of:
The list of URL to a cute photos featuring pet
[ 1 .. 10 ] items
isString
Response
- application/json
- application/xml
- cat
- dog
- bee
[ { "id": 0, "category": { … }, "name": "Guru", "photoUrls": [], "friend": {}, "tags": [ … ], "status": "available", "petType": "cat", "huntingSkill": "adventurous" } ]