utigungegopu
  1. pet
utigungegopu
  • Start your Apidog journey
  • Art Labour Text and Radical Care by Adam Walker on Ipad
  • DOWNLOADS All of Our Demise by Amanda Foody Christine Lynn Herman
  • Download Pdf No Mans Land by Simon Gaul
  • PDF Download How to Carry What Cant Be Fixed A Journal for Grief by Megan Devine
  • PDF West Virginias War The Civil War in Documents by William Kerrigan
  • PDF Download The Pros and Cons of Us by Emma Miller
  • PDF EPUB Download IT-Security - Der praktische Leitfaden Von Asset Management bis Penetrationstests by Amanda Berlin Lee Brotherston William F. Reyor III Kathrin Lichte
  • Read pdf Music In The 80s One Mans Journey Through A Golden Decade Of Studio Recording by Peter Woolliscroft
  • PDF EPUB Download Les 30 lois du succès - 30 habitudes indispensables pour développer ses compétences et réussir by Bodo Schäfer Virginie Doppagne
  • Read Pdf Philip Jaisohn Dr. Soh Jai-pil Korean Edition by Young Cho
  • download pdf Murray the Viking by Adam Stower
  • DOWNLOAD PDF EPUB The Lamb Brothers Mind Tricks by Kaiden Powell Ricardo Mossini
  • download pdf Local Content Requirements Promises and Pitfalls by Lili Yan Ing Gene Grossman
  • Read online Frank Herberts Dune Saga Collection Books 1 - 6 by Frank Herbert
  • epub download Never After The End of the Story by Melissa de la Cruz
  • epub download A Cultural History of Education in the Age of Empire by Heather Ellis
  • DOWNLOAD PDF EPUB Not Your Biggest Fan by Sara Ney
  • pdf download Wearable Technology IEEE CASS Seasonal School 2024 by Levis Chiri Kamau Beth Gichanga Kevin Maina Mike Muthomi Gikundi Lewis Murimi Murithi
  • Download Pdf Hildas Book of Beasts and Spirits by Emily Hibbs Jason Chan P.L.
  • pdf download Revitalizing Criminological Theory Advances in Ultra-Realism by Steve Hall Simon Winlow
  • PDF Kindle The Good Negress A Novel by A. J. Verdelle
  • PDF Im kleinen Nordsee-Hafen 3 Sommerküsse im kleinen Norsee-Hafen by Carolin von Campen
  • download pdf The Tearsmith A Novel by Erin Doom
  • epub download Stormvalor An Epic Noblebright Fantasy by Starr Z Davies
  • PDF Kindle Atlas of Brutalist Architecture by Phaidon Editors
  • PDF Kindle Eternal Magic by Alexandra Ivy
  • Read pdf Where Is Babys Belly Button 25th Anniversary Edition by Karen Katz
  • DOWNLOADS The Art of Cuphead The Delicious Last Course Deluxe Edition by Studio MDHR
  • Online Read Ebook The Infinite and The Divine by Robert Rath
  • Read online Blood in the Water by Tiffany D. Jackson
  • pet
    • Find pet by ID
      GET
    • Finds Pets by status
      GET
    • Finds Pets by tags
      GET
    • uploads an image
      POST
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Updates a pet in the store with form data
      POST
    • Deletes a pet
      DELETE
  • store
    • Returns pet inventories by status
    • Place an order for a pet
    • Find purchase order by ID
    • Delete purchase order by ID
  • user
    • Creates list of users with given input array
    • Get user by user name
    • Update user
    • Delete user
    • Logs user into the system
    • Logs out current logged in user session
    • Creates list of users with given input array
    • Create user
  1. pet

Finds Pets by tags

Deprecated
GET
/pet/findByTags
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

Request

Authorization
OAuth 2.0
Implicit
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Authorize URL: https://petstore.swagger.io/oauth/authorize
Scopes:
read:pets-read your pets
write:pets-modify pets in your account
or
Query Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/findByTags?tags'
Response Response Example
200 - Example 1
[
    {
        "id": 9638600,
        "category": {
            "id": -71616005,
            "name": "Wm Veum"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=6246723472646079",
            "https://loremflickr.com/400/400?lock=6335459515409878",
            "https://loremflickr.com/400/400?lock=6471337726788148"
        ],
        "tags": [
            {
                "id": -48080512,
                "name": "Misty Muller"
            }
        ],
        "status": "sold"
    },
    {
        "id": 76221140,
        "category": {
            "id": 83516395,
            "name": "Guadalupe Lindgren"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=5248707108342490",
            "https://loremflickr.com/400/400?lock=32052187736587"
        ],
        "tags": [
            {
                "id": 62605359,
                "name": "Clinton Schneider"
            },
            {
                "id": -93861836,
                "name": "Luis O'Conner Sr."
            },
            {
                "id": 35862133,
                "name": "Garry Ziemann"
            }
        ],
        "status": "available"
    },
    {
        "id": -37413887,
        "category": {
            "id": -91701265,
            "name": "Sophia Ankunding"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=1423305805589257"
        ],
        "tags": [
            {
                "id": -63678106,
                "name": "Angelina Beer"
            }
        ],
        "status": "pending"
    }
]
Modified at 2025-09-07 21:25:50
Previous
Finds Pets by status
Next
uploads an image
Built with