get http://petstore.swagger.io/v2/pet/
Returns a single pet
Log in to see full request history
Responses
400Invalid ID supplied
404Pet not found
defaultsuccessful response
Returns a single pet
400Invalid ID supplied
404Pet not found
defaultsuccessful response
xxxxxxxxxx
curl --request GET \
--url http://petstore.swagger.io/v2/pet/petId \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: