get https://api.openxswitch.com/v1/order/status
Fetches the current status of a specific order using its ID.
Log in to see full request history
Responses
200Order status retrieved successfully.
400Bad request.
Fetches the current status of a specific order using its ID.
200Order status retrieved successfully.
400Bad request.
xxxxxxxxxx
curl --request GET \
--url https://api.openxswitch.com/v1/order/status
Try It!
to start a request and see the response here!