/orders/:idget https://api.vift.com/orders/{id}Retrieve information about an orderRetrieve the details of an order with a GET request. An order object is returned. Sample Request: Shellcurl -s https://api.vift.com/orders/YOUR_ORDER_ID -u YOUR_APP_ID:YOUR_API_KEY \