
CONTENTS
pet
store
user
Powered by Apidog
Find pet by ID
/pet/{petId}
Returns a single pet
Params
Path Params
petId
integer
required
ID of pet to return
Code Samples
Responses
successful operation(200)
Invalid ID supplied(400)
Pet not found(404)
successful operation
HTTP Code: 200
Content Type : JSON
Data Schema
No schema defined
Example