wokupasyckenk
  1. pet
wokupasyckenk
  • Start your Apidog journey
  • Read Pdf Little Book of Miami Style The fashion story of the iconic city by Ashley Brozic
  • Read pdf 101 Kinky Things Even You Can Do by Kate Sloan
  • Online Read Ebook The Advanced Roblox Coding Book An Unofficial Guide Updated Edition Learn How to Script Games Code Objects and Settings and Create Your Own World by Heat
  • The Irresistible Urge to Fall for Your Enemy Book 1 of the Dearly Beloathed Duology by Brigitte Knightley on Ipad
  • PDF EPUB Download I Think I Was Murdered by Colleen Coble Rick Acker Full Book
  • Games Untold by Jennifer Lynn Barnes on Ipad
  • PDF Download My Fault by Mercedes Ron
  • Read online Shatterproof How to Thrive in a World of Constant Chaos And Why Resilience Alone Isnt Enough by Tasha Eurich
  • DOWNLOADS Sissy School Training for Feminine Submission by Violet Lace
  • PDF Kindle The Complete Notes From the Universe by Mike Dooley
  • Read online Somewhere Beyond the Sea by TJ Klune
  • Online Read Ebook Walt Disneys Donald Duck. The Ultimate History by David Gerstein J. B. Kaufman Daniel Kothenschulte
  • PDF Kindle The Let Them Theory A Life-Changing Tool That Millions of People Cant Stop Talking About by Mel Robbins
  • pdf download My Little Pony Equestria Girls Canterlot High Stories Twilight Sparkles Science Fair Sparks by Arden Hayes
  • Read online World Heritage Sites The Definitive Guide to All 1 199 UNESCO World Heritage Sites by UNESCO
  • DOWNLOAD PDF EPUB Approaches to Teaching the Works of Fernando Pessoa by Paulo de Medeiros Jerónimo Pizarro
  • epub download Revolution in 35mm Political Violence and Resistance in Cinema from the Arthouse to the Grindhouse 1960-1990 by Andrew Nette Samm Deighan
  • PDF Maximizing Organizational Performance A Guide to Effective Performance Coaching by Patrick Behar-Courtois
  • download pdf Great Big Beautiful Life by Emily Henry
  • pdf download What a Mushroom Lives For Matsutake and the Worlds They Make by Michael J. Hathaway
  • PDF EPUB Download One Tiny Turtle Read and Wonder by Nicola Davies Jane Chapman Full Book
  • pdf download Batwoman Elegy DC Compact Comics Edition by Greg Rucka J.H. Wiliams III
  • Read Pdf 7 Mighty Moves Reading Resources Ready-to-Use Tools and Templates to Transform Your Teaching by Lindsay Kemeny
  • PDF DOWNLOAD The Art and Science of Foodpairing 10 000 flavour matches that will transform the way you eat by Peter Coucquyt Bernard Lahousse Johan Langenbick on Iphone
  • PDF EPUB Download Clash of Legions by Anthony Riches Full Book
  • Daily Wisdom for Men A 365-Day Devotional by Dan Britton Jimmy Page on Iphone New Format
  • 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-04 01:44:25
Previous
Finds Pets by status
Next
uploads an image
Built with