Skip to main content

Info for a specific pet

GET 

/pets/:petId

Returns information about a specific pet.

Request

Path Parameters

    petId int64required

    The ID of the pet to retrieve

Responses

The pet information

Schema

    id int64required
    name stringrequired
    tag string
Loading...