achatewhenke
  1. pet
achatewhenke
  • Start your Apidog journey
  • PDF Sweet or Bitter Love by Kon-ro
  • PDF DOWNLOAD Everything is Fine Volume One A WEBTOON Unscrolled Graphic Novel by Mike Birchall on Iphone
  • PDF Kindle Pink Heart Jam Vol. 2 by Shikke
  • Read online Exes Foes by Amanda Woody
  • Read pdf Chinas State Ideology and the Three Gorges Dam The Political Theodicy of Development by Yuen-ching Bellette Lee
  • epub download Escrito na neve by Thais Bergmann
  • Read online If You Dare by Harmony West
  • pdf download Hierarchies at Work Race World-Systems and Legal Distribution by Karen Engle Neville Hoad
  • Read pdf Superhabits The Universal System for a Successful Life by Andrew V. Abela
  • Pdf ePub Lady Maybe Revised 10th Anniversary Edition by Julie Klassen download ebook
  • Pdf ePub Park Avenue A Novel by Renée Ahdieh download ebook
  • DOWNLOADS Dinner for Vampires Life on a Cult TV Show While also in an Actual Cult by Bethany Joy Lenz
  • Read Pdf Omniscient Readers Viewpoint Vol. 7 by Sleepy-C UMI J. Torres Hye Young Im
  • Online Read Ebook The Ends of Things A Novel by Sandra Chwialkowska
  • Shaping a DesignedUp Organisation The Journey to Design Maturity by Emma Carter on Ipad
  • Read pdf Beautiful Solidarity Symbolic Impacts 2020 Racial Justice Uprisings by Eileen OBrien
  • download pdf Hephzibahs Healing Where Painful Circumstances Become Divine Conduits of Healing Restoration by Bonnie Walker
  • PDF Kindle This Is the Wizards Secret Weapon Vol. 1 light novel The Dawn Swordsman by Taro Hitsuji Kurone Mishima Genevieve Hill-Kaminishi
  • PDF EPUB Download Single Dating Engaged Married Navigating Life and Love in the Modern Age by Ben Stuart Full Book
  • Online Read Ebook M Son of the Century A Novel by Antonio Scurati Anne Milano Appel
  • Pdf ePub Case File Compendium Bing An Ben Novel Vol. 1 by Rou Bao Bu Chi Rou download ebook
  • Pdf ePub The Weimar Years Rise and Fall 1918-1933 by Frank McDonough download ebook
  • Training Mister Sakurada by Kaya Azuma on Ipad
  • Download PDF Impromusiktheater im Pflegeheim Eine musiktherapeutische Mixed-Methods Studie by Sungeun Kim
  • PDF My Sweet Orange Tree by Jose Mauro de Vasconcelos
  • 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:59:40
Previous
Find pet by ID
Next
Finds Pets by tags
Built with