GET/pet/findByTags
Finds Pets by tags
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
Parameters 1
| Name | Type | Description |
|---|---|---|
tagsrequired | query · array | Tags to filter by |
ReturnsPet
Bearer token required
Response examples
200successful operation
[
{
"name": "doggie",
"photoUrls": [
"string"
]
}
]