Find pet by ID

get/pet/{petId}
getPetById
Find pet by ID
Parameters
path
NameTypeRequiredDescriptionDefault
petIdintegerrequiredID of pet to return
Responses
Authentication
api_key
Code Examples
curl -X GET 'https://api.example.com/pet/{petId}'