gheziwatoghy
  1. pet
gheziwatoghy
  • Start your Apidog journey
  • Professional Bread Baking by Hans Welker The Culinary Institute of America CIA Lee Ann Adams on Iphone New Format
  • Read Pdf The Michael Moorcock Library Elric The Balance Lost Vol. 1 by Chris Roberson Francesco Biagini
  • Pdf ePub Reborn Rich Comic Vol. 2 by JP BG download ebook
  • DOWNLOADS Gone Dark by Ryan Steck
  • Pdf ePub Feral Volume 2 by Tony Fleecs Trish Forstner Tone Rodriguez Brad Simpson download ebook
  • PDF EPUB Download Foundations of Rope Bondage A Fun and Friendly Introduction to Rope Fundamentals by Lazarus Redmayne Kajira Blue TheDuchy Full Book
  • A Marvelous Murder by David S Pederson on Iphone New Format
  • pdf download Galaxies Collide Song of the Boshag by Aaron L Bratcher
  • PDF EPUB Download She and Her Cat Stories by Makoto Shinkai Naruki Nagakawa Ginny Tapley Takemori Full Book
  • epub download Nightfall Devils Night 4 by Penelope Douglas
  • epub download Marzano Mastery Approaches A Decision-Making Process for Competency-Based Schools Strategies to build competency-based practices by Robert J Marzano Bill Zima
  • DOWNLOAD PDF EPUB Passions in Death An Eve Dallas Novel by J. D. Robb
  • Pdf ePub Dork Diaries 16 Tales from a Not-So-Bratty Little Sister by Rachel Renée Russell download ebook
  • PDF DOWNLOAD The Bitterroots A Cassie Dewell Novel by C. J. Box on Iphone
  • Read pdf Fiber-Reinforced Polymer Composites Materials and Manufacturing by Madhu Puttegowda Sanjay M. R Suchart Siengchin Dr.-Ing. habil.
  • Read Pdf Understanding Hamas And Why That Matters by Helena Cobban Rami G. Khouri Paola Caridi Jeroen Gunning Khaled Hroub
  • pdf download Rise of the Grisym by Britton Brinkley
  • PDF EPUB Download Geography A Visual Encyclopedia by DK Full Book
  • PDF Download Make Sew and Mend Traditional Techniques to Sustainably Maintain and Refashion Your Clothes by Bernadette Banner
  • epub download La jugada final The Final Gambit by Jennifer Lynn Barnes
  • Download PDF Young Men in Love New Romance by Anthony Oliveira Al Ewing David Hazan David M. Booher Joe Glass
  • download pdf Black Girl La noire de... by Vlad Dima
  • pdf download Nunca volveré a Berlin I Will Never Return to Berlin by Roberto Ampuero
  • Read Pdf Reappearance by Edward Villaume
  • PDF EPUB Download Politics and Administrative Justice Postliberalism Street-Level Bureaucracy and the Reawakening of Democratic Citizenship by Nick OBrien Full Book
  • Read Pdf Fairy Oak 1. El secreto de las gemelas by Elisabetta Gnone
  • 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-19 20:12:55
Previous
Find pet by ID
Next
Finds Pets by tags
Built with