enicedynifam
  1. pet
enicedynifam
  • Start your Apidog journey
  • Online Read Ebook Fashion Upcycling and Memory A Practice-Based Approach by Sanem Odabasi
  • Digital Literary Redlining African American Anthologies Digital Humanities and the Canon by Amy E. Earhart on Audiobook New
  • PDF EPUB Download Remarkably Bright Creatures A Novel by Shelby Van Pelt Full Book
  • Download Pdf Blue Lock Volume 12 by Muneyuki Kaneshiro Yusuke Nomura
  • DOWNLOAD PDF EPUB The Dragon Republic Deluxe Collectors Edition by R. F. Kuang JungShan
  • download pdf Julia Ärzte zum Verlieben Band 205 by Janice Lynn Karin Klas Alison Roberts Tina Beckett Julia Lambrecht
  • Read Pdf No Longer Human by Osamu Dazai Donald Keene
  • PDF Download Loki A Bad Gods Guide to Making Enemies by Louie Stowell
  • PDF DOWNLOAD Together for a Season Advent Christmas and Epiphany All-age Seasonal Material for Advent Christmas and Epiphany by Gill Ambrose Peter Craig-Wild Diane Crav
  • PDF Kindle Introduction to Procurement in the Public Sector by Theresa R.M. Bauccio-Teschlog Ronald L. King William J. Tommie Jr.
  • Hidden Treasure A timeless childrens adventure story from the bestselling author of The Miniaturist by Jessie Burton on Audiobook New
  • Download Pdf FORGIVENESS The Key to Emotional Freedom Study Guide Group Study Guide by Graeme And Julia Cann
  • Read online A Catered Bake-Off by Isis Crawford
  • Read online My Friends A Novel by Fredrik Backman
  • PDF Kindle Wonderland A Fantasy Role-Playing Setting by Andrew Kolb
  • Read pdf The Lady the Tiger and the Girl Who Loved Death by Helen Marshall
  • Read online Jugando fuerte The Rigth Move La Ciudad de los Vientos 2 by Liz Tomforde M Dolores Ábalos Vázquez
  • Read online Amplify How to Use the Power of Connection to Engage Take Action and Build a Better World by Adam Met PhD Heather Landy
  • Total Dreamboat A Novel by Katelyn Doyle on Audiobook New
  • PDF DOWNLOAD Feminism in the Wild How Human Biases Shape Our Understanding of Animal Behavior by Ambika Kamath Melina Packer on Iphone
  • Normal People A Novel by Sally Rooney on Iphone New Format
  • Read online It Begins with You The 9 Hard Truths About Love That Will Change Your Life by Jillian Turecki
  • PDF Download Praiseworthy by Alexis Wright
  • The Breathing House by Stacey L Pierson on Audiobook New
  • Online Read Ebook Dondequiera que tú estés Everywhere You Are Spanish Edition by Victoria Monét Alea Marley
  • Online Read Ebook The Unworthy A Novel by Agustina Bazterrica Sarah Moses
  • DOWNLOADS Infinite Dendrogram Volume 22 by Sakon Kaidou Taiki Andrew Hodgson
  • Download PDF Family Life by Akhil Sharma
  • Pdf ePub Langenscheidt Deutsch - alles drin - All-in-1 German Grammar and Vocabulary Bilingual English-German by Langenscheidt download ebook
  • Good Girl Bad Blood A Good Girls Guide to Murder 2 by on Audiobook New
  • 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 tags

Deprecated
GET
/pet/findByTags
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

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/findByTags?tags'
Response Response Example
200 - Example 1
[
    {
        "id": 9638600,
        "category": {
            "id": -71616005,
            "name": "Wm Veum"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=6246723472646079",
            "https://loremflickr.com/400/400?lock=6335459515409878",
            "https://loremflickr.com/400/400?lock=6471337726788148"
        ],
        "tags": [
            {
                "id": -48080512,
                "name": "Misty Muller"
            }
        ],
        "status": "sold"
    },
    {
        "id": 76221140,
        "category": {
            "id": 83516395,
            "name": "Guadalupe Lindgren"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=5248707108342490",
            "https://loremflickr.com/400/400?lock=32052187736587"
        ],
        "tags": [
            {
                "id": 62605359,
                "name": "Clinton Schneider"
            },
            {
                "id": -93861836,
                "name": "Luis O'Conner Sr."
            },
            {
                "id": 35862133,
                "name": "Garry Ziemann"
            }
        ],
        "status": "available"
    },
    {
        "id": -37413887,
        "category": {
            "id": -91701265,
            "name": "Sophia Ankunding"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=1423305805589257"
        ],
        "tags": [
            {
                "id": -63678106,
                "name": "Angelina Beer"
            }
        ],
        "status": "pending"
    }
]
Modified at 2025-09-08 22:13:30
Previous
Finds Pets by status
Next
uploads an image
Built with