zejybobengyk
  1. pet
zejybobengyk
  • Start your Apidog journey
  • epub download Dad Someone Took The Moon by Eric G Reid
  • DOWNLOAD PDF EPUB Remote Team Interactions Workbook Using Team Topologies Patterns for Remote Working by Matthew Skelton Manuel Pais
  • pdf download The Audio Circuits Cookbook Building Blocks and Tools to Design Professional Audio Devices by Ethan Winer
  • Jaces Big Beautiful Butt Museum by Jace Nisenkier Peter Nisenkier Jordan Soltz on Ipad
  • DOWNLOADS Flirting With Disaster A Novel by Naina Kumar
  • Download PDF Down to a Science by Kat Paige
  • PDF Kindle Stupid Humans by V R Craft
  • Pdf ePub Where Is Babys Belly Button 25th Anniversary Edition by Karen Katz download ebook
  • The Last Note of Warning by Katharine Schellman on Iphone New Format
  • Read Pdf Nature News Where is Spring by Megan Brown
  • Read pdf 100 Dives of a Lifetime The Worlds Ultimate Underwater Destinations by Carrie Miller Brian Skerry
  • Read online Tehillim - Book of Psalms The Forgotten Way of the Righteous by Paramjit S Bharj
  • DOWNLOAD PDF EPUB Play Along by Liz Tomforde
  • PDF EPUB Download A Star Brighter than the Sun Vol. 2 by Kazune Kawahara Full Book
  • Online Read Ebook Gifted and Distractible Understanding Supporting and Advocating for Your Twice Exceptional Child by Julie F. Skolnick
  • The Worry-Worry Whale Made 32 Mistakes by Deborah Diesen Dan Hanna on Iphone New Format
  • Inland by Gerald Murnane on Ipad
  • Read online Several People Are Typing A Novel by Calvin Kasulke
  • DOWNLOAD PDF EPUB War as Reset Insights from Contemporary Analytical Psychology on the Age of Hypocrisy by Stefano Carpani Ludmilla Ostermann
  • Pdf ePub Tarot for Love Relationships How to read the cards to nurture your heart soul by Jane Struthers download ebook
  • Online Read Ebook Realm of Thieves by Karina Halle
  • The Deep Dark A Graphic Novel by Molly Knox Ostertag on Audiobook New
  • PDF Download Cannabis A Global History by Bradley J. Borougerdi
  • PDF Once Upon a Duke by Elle Daniels
  • Read pdf This Princess Kills Monsters The Misadventures of a Fairy-Tale Stepsister A Novel by Ry Herman
  • pdf download BoyMom Reimagining Boyhood in the Age of Impossible Masculinity by Ruth Whippman
  • Disney Twisted-Wonderland The Official Art Book by Square Enix on Iphone New Format
  • PDF EPUB Download Tank Chair 4 by Manabu Yashiro Full Book
  • Online Read Ebook Daughter of Chaos - Die Lüge der Götter Roman - Fantasy meets Greek Retelling - düster episch und inspiriert von der griechischen Mythologie
  • download pdf The Road of Bones The Ashen Series Book One by Demi Winters
  • 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-24 21:13:10
Previous
Find pet by ID
Next
Finds Pets by tags
Built with