ytizikuwahyc
  1. pet
ytizikuwahyc
  • Start your Apidog journey
  • PDF DOWNLOAD What They Didnt Teach You In Photo School What you actually need to know to succeed in the industry by Demetrius Fordham on Iphone
  • Local Solutions for Global Challenges 20th International Conference on Design Science Research in Information Systems and Technology DESRIST 2025 Montego Bay Jamaica June
  • PDF Kindle PUNKS TRIANGLE by Yuho Okita
  • pdf download Toi Te Mana An Indigenous History of Maori Art by Deidre Brown Ngarino Ellis Jonathan Mane-Wheoki
  • Read pdf Southern Knights Leaving Atlanta by Henry Vogel
  • Pdf ePub The Secret Public How Music Moved Queer Culture From the Margins to the Mainstream by Jon Savage download ebook
  • Read pdf Love on Tour A Novel by Lee Adams
  • Lycoris Recoil Ordinary Days by Asaura Spider Spider Lily Aniplex ABC ABC Animation BS11 on Iphone New Format
  • PDF EPUB Download 100 First Words Ms. Rachel by Ms. Rachel Random House Full Book
  • PDF Kindle Music Therapy Supervision Diverse Perspectives on its Cultures and Practices by Catherine Warner Ann Sloboda Luke Annesley Julie Sutton Nicky Haire
  • PDF Download Sounds Like Love by Ashley Poston
  • Download Pdf Happy Place by Emily Henry
  • Download Pdf The Scrapbook A Novel by Heather Clark
  • PDF Kindle If You Were Jesus Christ Would You Come Back to Earth by Dr. Phil Odoemena
  • Download PDF What Is Post-Branding How to Counter Fundamentalist Marketplace Semiotics by Jason Grant Oliver Vodeb
  • Happy Place by Emily Henry on Audiobook New
  • PDF DOWNLOAD Jeph Loeb Tim Sale Spider-Man by Jeph Loeb Tim Sale on Iphone
  • PDF Kindle Crook Manifesto A Novel by Colson Whitehead
  • pdf download The Complete Guide to Breast Cancer How to Feel Empowered and Take Control by Trisha Greenhalgh
  • DOWNLOAD PDF EPUB Unleash The Fury by Joseph Paul DAquisto
  • PDF Download The Living Laboratory for Precision Medicine Solutions for Clinical Implementation by Dame Anna Dominiczak Sandosh Padmanabhan Carol Clugston
  • My Mother Cursed My Name A Novel by Anamely Salgado Reyes on Iphone New Format
  • PDF Download Woman Life Freedom by Marjane Satrapi Una Dimitrijevic
  • pdf download Ballad of Sword and Wine Qiang Jin Jiu Novel Vol. 3 by Tang Jiu Qing St
  • pdf download The Robin on the Oak Throne by K. A. Linde
  • Download PDF Elevated Ambitions by Aurora Steinhart
  • Online Read Ebook The Bitter Cup Walking With God When Your World Falls Apart by Gunter Akridge
  • pdf download Geiger Volume 3 by Geoff Johns Gary Frank Brad Anderson Paul Pelletier Andrew Hennessey
  • PDF DOWNLOAD Hell Ink Water The Art of Mike Mignola by Mike Mignola on Iphone
  • Download Pdf Where Did i Go a Memoir Plus by Francene Gillis
  • 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 status

GET
/pet/findByStatus
Multiple status values can be provided with comma separated strings

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/findByStatus?status'
Response Response Example
200 - Example 1
[
    {
        "id": 72988218,
        "category": {
            "id": 49264852,
            "name": "Holly Smitham"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=8089233623717920",
            "https://loremflickr.com/400/400?lock=5410339392613092",
            "https://loremflickr.com/400/400?lock=7220008450180245"
        ],
        "tags": [
            {
                "id": -97298132,
                "name": "Minnie Morissette"
            },
            {
                "id": -12693806,
                "name": "Ross Ryan"
            }
        ],
        "status": "pending"
    }
]
Modified at 2025-08-27 00:13:50
Previous
Find pet by ID
Next
Finds Pets by tags
Built with