paveknoniqyss
  1. pet
paveknoniqyss
  • Start your Apidog journey
  • PDF Kindle From Decision Theory to Game Theory Reasoning about the Decisions of Others by Andrés Perea
  • Phoney Baloney by Oshri Hakak on Audiobook New
  • The Last Drop Solving the worlds water crisis by Tim Smedley on Iphone New Format
  • PDF DOWNLOAD The End of Summer by Kj Micciche on Iphone
  • Capturing Kaltenbrunner The Pursuit Capture and Trial of Hitlers Hidden Gestapo Chief SS General Ernst Kaltenbrunner by Robert Matteson Sumner Matteson Fredric Matteson on
  • Read pdf Hysteria by Jessica Gross
  • PDF Download Battle of the Bookstores by Ali Brady
  • Download Pdf Writing Forward Translation Performance Creativity by Susan Bassnett Piotr Blumczynski
  • White Bird A Wonder Story A Graphic Novel by on Iphone New Format
  • PDF The Dragon Republic Deluxe Collectors Edition by R. F. Kuang JungShan
  • Read pdf Feminism against Progress by Mary Harrington
  • DOWNLOAD PDF EPUB Fullgás Poesia reunida by Antonio Cicero Bloco Gráfico Noemi Jaffe
  • Talent How to Identify Energizers Creatives and Winners Around the World by Tyler Cowen Daniel Gross on Audiobook New
  • The Girl in the Woods by Gregg Olsen on Ipad
  • Microsoft 365 Office All-in-One For Dummies by Paul McFedries Peter Weverka on Iphone New Format
  • Download PDF En el amor y en la guerra La catedral del mar 3 by Ildefonso Falcones
  • Read pdf Torn by Carian Cole
  • PDF E-Z Dickens Superhrdina Kniha Tretia Červenï½ Izba by Cathy McGough
  • DOWNLOADS Space Vault The Seed Eclipse by Jeremy P Clift
  • download pdf Technopreneurship and Sustainability Innovation Challenges and Opportunities by Rajender Kumar Rahul Sindhwani Raman Kumar Punj Lata Singh J. Paulo Davim
  • Download Pdf Heaven A Novel by Mieko Kawakami Sam Bett David Boyd
  • epub download Tomb of Sand A Novel by Geetanjali Shree Daisy Rockwell
  • PDF EPUB Download Alice in Borderland Vol. 1 by Haro Aso Full Book
  • Anubis - Ancient Egypts Lord of Death and Protection by Charlie Larson Jason Miller on Audiobook New
  • PDF Who Better Than You The Art of Healthy Arrogance Dreaming Big by Will Packer
  • 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-29 23:27:55
Previous
Find pet by ID
Next
Finds Pets by tags
Built with