thipivawekus
  1. pet
thipivawekus
  • Start your Apidog journey
  • Download PDF Windows Internals Part 2 Edition 7 by Mark Russinovich Andrea Allievi Alex Ionescu David Solomon
  • pdf download The Folded Sky by Elizabeth Bear
  • Online Read Ebook The Restless Few by James Watjen
  • PDF DOWNLOAD Monstrilio by Gerardo Sámano Córdova on Iphone
  • Read pdf The Best We Could Hope For A Novel by Nicola Kraus
  • Five Views on the Gospel by Michael Horton Scot McKnight David A. deSilva Julie C Ma Shively T.J Smith on Ipad
  • Pdf ePub How to Kill Your Family A Novel by Bella Mackie download ebook
  • Read online Green Wood Carving How to Make Beautiful Objects from Unseasoned Wood by Harald Lamon
  • download pdf Datenanalyse mit SPSS Für Seminar- Projekt- Bachelor- und Masterarbeiten by Michael Streich
  • pdf download The Shipmate Chronicles - Book 1 Only the Strangest Reimagining of the Creation and Evolution of Man to be Unearthed by Clarke Phoenix
  • PDF EPUB Download Finley the Filtering Fish by Jamie Lefebvre Shehan Gunasekara Full Book
  • download pdf The Veiled Kingdom by Holly Renee
  • Make a Killing A Billie Levine Mystery by Kimberly G. Giarratano on Ipad
  • epub download The Ojanox Omnibus Edition by Daemon Manx
  • Feral Volume 2 by Tony Fleecs Trish Forstner Tone Rodriguez Brad Simpson on Ipad
  • epub download 13 Hillcrest Drive by Gerald Petievich
  • download pdf Pelt of the Red Fox A Novel of the West by R L Adare
  • Download PDF 15th International Munich Chassis Symposium 2024 Volume 3 steering.tech and chassis.tech by Peter E. Pfeffer
  • PDF DOWNLOAD Grave Words A Deadly Deadlines Mystery by Gerri Lewis on Iphone
  • Pdf ePub Good Girls Gossip Find Your Female Power by Tova Leigh download ebook
  • Pdf ePub Two Twisted Crowns - Die Magie zwischen uns by Rachel Gillig Sabrina Zelezny download ebook
  • DOWNLOAD PDF EPUB Chromatic by Ashley Bustamante
  • Pdf ePub City of Magic and Monsters by Estelle Laure download ebook
  • Terraria Volume 1 The Journey Begins by Brendan J. Vogel Matt Clingempeel Grant Alter Mattia Di Giovanni on Audiobook New
  • PDF DOWNLOAD Ero Ninja Scrolls Vol. 3 by Haruki on Iphone
  • 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 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"
    }
]

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
Modified at 2025-08-25 00:51:40
Previous
Find pet by ID
Next
Finds Pets by tags
Built with