get http://petstore.swagger.io/v2/store/order/
For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions
Log in to see full request history
Responses
400Invalid ID supplied
404Order not found
For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions
400Invalid ID supplied
404Order not found
xxxxxxxxxx
curl --request GET \
--url http://petstore.swagger.io/v2/store/order/orderId \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: