Skip to content

GET/pet/findByTags

Finds Pets by tags

Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

Parameters 1

NameTypeDescription
tagsrequiredquery · arrayTags to filter by

ReturnsPet

Bearer token required

Response examples

200successful operation

application/json example derived from schema

[
  {
    "name": "doggie",
    "photoUrls": [
      "string"
    ]
  }
]

Released under the MIT License.