temosifissih
  1. pet
temosifissih
  • Start your Apidog journey
  • Online Read Ebook Grave Words A Deadly Deadlines Mystery by Gerri Lewis
  • Read pdf Wrath of the Triple Goddess Percy Jackson and the Olympians by Rick Riordan
  • DOWNLOAD PDF EPUB Wild Light Book 1 by Alex Aili Jade DeVries
  • DOWNLOADS Tidal Creatures by Seanan McGuire
  • DOWNLOADS How to Dodge a Cannonball A Novel by Dennard Dayle
  • Read Pdf Bits and Pieces My Mother My Brother and Me by Whoopi Goldberg
  • Pdf ePub Mr. Lemoncellos Fantabulous Finale by Chris Grabenstein download ebook
  • Cult of the Lamb Vol. 1 The First Verse by Alex Paknadel Troy Little Nick Filardi Crank on Ipad
  • Read Pdf Egeria Theological and Ecclesial Knowledge Between Eastern and Western Traditions by Anni Maria Laato
  • Pokémon Primers Type Box Set Collection Volume 4 Dark Ice Normal Types by Pikachu Press on Iphone New Format
  • PDF Kindle Aristotle and Dante Dive into the Waters of the World by Benjamin Alire Sáenz
  • Literature as Sound Studies by yasser elhariry Liesl Yamaguchi on Ipad
  • PDF Kindle Midnight Is Not in Everyones Reach by Antonio Lobo Antunes Elizabeth Lowe
  • pdf download Embers in the Dark by Stefanie Castro
  • pdf download Beach Reads and Deadly Deeds A Novel by Allison Brennan
  • PDF EPUB Download The Witch Roads by Kate Elliott Full Book
  • DOWNLOAD PDF EPUB Emotions in His Image Explore Gods Purpose for Your Emotions Cultivate Emotional Intelligence by Ekemini Ogunsola
  • Read pdf Happy Hour A Novel by Marlowe Granados
  • PDF EPUB Download Marine Specialized Secondary Metabolites and their Diverse Applications by Thilina Jayawardena PhD Asanka Sanjeewa PhD Full Book
  • Beyond Stoicism A Guide to the Good Life with Stoics Skeptics Epicureans and Other Ancient Philosophers by Massimo Pigliucci Gregory Lopez Meredith Alexander Kunz on Ipad
  • Read Pdf Overshoot How the World Surrendered to Climate Breakdown by Andreas Malm Wim Carton
  • Pdf ePub Kakuriyo Bed Breakfast for Spirits Vol. 10 by Waco Ioka Midori Yuma Laruha download ebook
  • download pdf Transformative Friendships 7 Questions to Deepen Any Relationship by Brad Hambrick
  • Read online Love in Tandem by Becca Kinzer
  • DOWNLOADS Un cuento perfecto A Perfect Short Story by Elisabet Benavent
  • PDF The Science of Last Things Essays on Deep Time and the Boundaries of the Self by Ellen Wayland-Smith
  • pdf download Damaged Goods by John Colbert
  • Read pdf Gods Path to Sanity Lessons from Ancient Holy Counselors on How to Have a Sound Mind by Dee Pennock
  • The Illumination by Asher D. Payne on Audiobook New
  • Download PDF The Nervous System Workbook Practical Exercises to Ease Anxiety Find Safety and Come Home to Yourself Using Polyvagal Theory by Deb Dana LCSW
  • 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-21 22:13:45
Previous
Find pet by ID
Next
Finds Pets by tags
Built with