ghahyxeghyth
  1. pet
ghahyxeghyth
  • Start your Apidog journey
  • Download Pdf The Geoengineered Transhuman The Hidden Technologies of HAARP Chemtrails 5G 6G Nanotechnology Synthetic Biology and the Scientific Effort to Transform Human
  • Grit and Grace How the Pursuit of Mental Toughness and Emotional Intelligence Changes Everything by Jeff D Standridge on Audiobook New
  • Hicotea A Nightlights Story by Lorena Alvarez on Ipad
  • DOWNLOAD PDF EPUB Homebound A Novel by Meredith Trapp
  • Dork Diaries 16 Tales from a Not-So-Bratty Little Sister by Rachel Renée Russell on Ipad
  • PDF Kindle The New Recruit Comic Vol. 1 by MOSCARETO Zec
  • Download PDF The Fury of the Gods by John Gwynne
  • Nightwing Vol. 1 Leaping into the Light by Tom Taylor Bruno Redondo on Ipad
  • Download Pdf On The Brink of Nowhere A Clients Story of Psychotherapy by Ophelia Wynters
  • epub download Applications of Metal-Organic Framework Composites Exploring the Versatility of MOFs by Hafezeh Nabipour Sohrab Rohani
  • On Healing The Journal by Amitha Kalaichandran on Audiobook New
  • PDF Coaching Through Superiorities Tactical Problem-Solving in Football by Ray Power
  • Sticky Lovers by Navier Haruka 2T on Ipad
  • PDF Indigenous Climate Justice in the Lake Chad Basin by Ngozi Finette Stewart
  • epub download Capturing Kaltenbrunner The Pursuit Capture and Trial of Hitlers Hidden Gestapo Chief SS General Ernst Kaltenbrunner by Robert Matteson Sumner Matteson Fred
  • PDF DOWNLOAD Chinese Domestic Furniture in Photographs and Measured Drawings by Gustav Ecke on Iphone
  • The Power of Together Why Real Relationships Are Vital for Spiritual Growth by Jim Putman on Iphone New Format
  • Read Pdf The Kindly Ones Prix Goncourt Winner by Jonathan Littell
  • The First to Die at the End by Adam Silvera on Ipad
  • DOWNLOADS she followed the moon back to herself by Amanda Lovelace
  • Read Pdf Peter Lindbergh. On Fashion Photography - 40th Anniversary Edition by Peter Lindbergh
  • Download PDF The Villainess and the Demon Knight Manga Vol. 3 by Nekota Asahiko
  • Murder Among the Pyramids by Sara Rosett on Ipad
  • Little Myths Thor The Making of a God by Emma Adams Sam Caldwell on Audiobook New
  • Download Pdf Engineering and Value Change by Christelle Didier Aurélien Béranger Antoine Bouzin Hugo Paris Jérémie Supiot
  • download pdf The Nature of Drugs Vol. 2 History Pharmacology and Social Impact by Alexander Shulgin
  • Online Read Ebook Amanecer Breaking Dawn by Stephenie Meyer
  • Read Pdf The Semantic Web 22nd European Semantic Web Conference ESWC 2025 Portoroz Slovenia June 1-5 2025 Proceedings Part II by Edward Curry Maribel Acosta Maria
  • Read online SIFT-MS From Method Concept to Routine Analysis by Vaughan S Langford Mark J Perkins Patrik Spanel
  • Download PDF The Place Im In What I see when I stop to notice by Miranda Keeling
  • 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-08-30 00:17:45
Previous
Finds Pets by status
Next
uploads an image
Built with