iwhifeqivowe
  1. pet
iwhifeqivowe
  • Start your Apidog journey
  • DOWNLOAD PDF EPUB My Sweet Orange Tree by Jose Mauro de Vasconcelos
  • PDF Download Juega con tu gato by Mikel Maria Delgado Verónica Puertollano López
  • Download Pdf Grandmaster of Demonic Cultivation Mo Dao Zu Shi The Comic Manhua Vol. 9 by Mo Xiang Tong Xiu Luo Di Cheng Qiu
  • Read online My Weird School Special Theres a Skunk in My Bunk by Dan Gutman Jim Paillot
  • Human Resource Management In Singapore - The Complete Guide Volume D Performance And Development by Oun Hean Loh Jacqueline Suet Peck Chin on Iphone New Format
  • DOWNLOAD PDF EPUB Fledge Witch The Magical Apprentices of Elemeria by Haifun Jamie Aczel Bradly Halestorm Amenomachi Sumike
  • PDF Animal 5 Executioners Song by Kwan
  • PDF DOWNLOAD Death on the Caldera by Emily Paxman on Iphone
  • DOWNLOADS Blues in Stereo The Early Works of Langston Hughes by Langston Hughes Danez Smith
  • PDF EPUB Download Swordheart by T. Kingfisher Full Book
  • Download Pdf Witch and Mercenary Light Novel Vol. 1 by Chohokiteki Kaeru Kanase Bench
  • Civic Architecture Across America Extraordinary Views by Thomas R. Schiff Richard Guy Wilson Manuel Cordero Bradford C. Grant Benjamin Bross on Ipad
  • Read online Tale of the Heart Queen by Nisha J. Tuli
  • PDF Bloom by Shannon of Soul Destiny Seven
  • Download Pdf The Disney Villains Cookbook by Disney Books
  • Download PDF Summer Camp for Slasher Victims by Matthew Mercer
  • Read Pdf Where the Road Bends A Novel by David Rawlings
  • PDF DOWNLOAD How to Paint Landscapes Quickly and Beautifully in Watercolor and Gouache by Nathan Fowkes on Iphone
  • pdf download The Devils Grin Book One by Alex Graham
  • epub download Yakuza Fiancé Raise wa Tanin ga Ii Vol. 6 by Asuka Konishi
  • PDF EPUB Download Its All Love Reflections for Your Heart Soul by Jenna Ortega Full Book
  • PDF Download Japón Guía Visual by DK Travel
  • PDF Download House of Crimson Hearts A Steamy Vampire Fantasy Romance by Ruby Roe
  • PDF Kindle Rainbow Magic Weather Fairies 6 Storm the Lightning Fairy by Daisy Meadows Georgie Ripper
  • The Legend of Jig Dragonslayer by Jim C Hines on Iphone New Format
  • PDF DOWNLOAD Inmemorial Dos corazones. Un mismo latido Inmemorial Two Hearts One Heartbe at by PHAVY PRIETO on Iphone
  • Read Pdf What Color Is Your Parachute Job-Hunters Workbook Seventh Edition A Companion to the Worlds Most Popular and Bestselling Career Handbook by Richard N. Bolles
  • Printing the Spirit Gustave Baumanns Santos by Thomas Leech Carmella Padilla Gustave Baumann Mary Austin Peggy Pond Chuch on Audiobook New
  • Download Pdf Steal My Breath Away by Sarah Castille
  • DOWNLOAD PDF EPUB Elijah Fire from Heaven by Anthony J Barbera
  • 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-28 23:13:45
Previous
Find pet by ID
Next
Finds Pets by tags
Built with