wossatarynac
  1. pet
wossatarynac
  • Start your Apidog journey
  • PDF Kindle Biblia - Libro para colorear con pegatinas Bible-Coloring and Sticker Book by Monsgo
  • PDF Lost Girls and Love Hotels A Novel by Catherine Hanrahan
  • PDF Download Encounters Experiences with Nonhuman Intelligences by D. W. Pasulka
  • Escaping Peril A Graphic Novel Wings of Fire Graphic Novel 8 by Tui T. Sutherland Mike Holmes on Audiobook New
  • PDF DOWNLOAD Firefly in a Box An Anthology of Soviet Kid Lit by Anna Krushelnitskaya Dmitri Manin on Iphone
  • DOWNLOADS Building the Case How Lawyers are Leading on Sustainability Insights and Inspiration from Leading Lawyers Across North America by Andrew McLaughlin Conor Chell
  • DOWNLOADS My Trancestors Lived Here Re-Membering Trans Art Education and Activism by Ac Panella
  • Download Pdf Asphalt Core Embankment Dams by Kaare Høeg Weibiao Wang
  • Online Read Ebook The Art of Gouache An Inspiring and Practical Guide to Painting with This Exciting Medium by Jeremy Ford
  • Moths A Complete Guide to Biology and Behavior by David Lees Alberto Zilli on Ipad
  • Online Read Ebook The Cowboys English Lady by Lauri Robinson
  • PDF EPUB Download Economic Alliance Economic Split Technology Transfers Trade and Models of Industrialization between China and Soviet Eastern Europe in the Early Cold War
  • Read online Throne of Light by Guy Haley
  • Astrology. the Library of Esoterica by Andrea Richards Susan Miller Jessica Hundley Thunderwing on Iphone New Format
  • Pdf ePub Metallic Nanostructures by Francisco Javier Gonzalez download ebook
  • Download Pdf The Firework-Makers Daughter Clockwork or All Wound Up Two Tales by Philip Pullman Peter Bailey
  • download pdf Race and the Question of Palestine by Lana Tatour Ronit Lentin
  • PDF Kindle The Others by Sheena Kalayil
  • PDF DOWNLOAD Solution Focused Practice and Mental Health Crisis Inclusive Support Towards Safety and Hope by Nick Perry on Iphone
  • PDF EPUB Download EMPOWERED Ordinary People Extraordinary Products by Marty Cagan Chris Jones Full Book
  • PDF EPUB Download Kalte Spur in Shady Hollow Ein Waldtier-Krimi So flauschig kann eine Mordgeschichte sein. FAZ by Juneau Black Barbara Ostrop Full Book
  • Read online Effective Serious Games Development A Step-by-Step Guide for Beginners by Philipp Busch
  • DOWNLOADS Dating to Die For by Adam Gaffen
  • PDF DOWNLOAD Becoming a Ballerina The Story of Michaela Mabinty DePrince by Laura Obuobi Olivia Duchess on Iphone
  • epub download Bamboo Kingdom 5 The Lightning Path by Erin Hunter
  • 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-09-01 00:24:05
Previous
Find pet by ID
Next
Finds Pets by tags
Built with