Swagger Petstore - OpenAPI 3.0· docs by DocoAPI
v1.0.27
GET/pet/findByTags
operationId: findPetsByTags

Finds Pets by tags.

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

🔒petstore_auth

Parameters

Query Parameters
tagsarrayrequired

Tags to filter by

Responses

200 OK — successful operation
400 Bad Request — Invalid tag value
default — Unexpected error

⚡ Try it out