Skip to main content
GET
/
api
/
v1
/
orders
/
{id}
Get Order
curl --request GET \
  --url https://{subdomain}.unicyfalcon.com/api/v1/orders/{id}
Returns one order by UUID. 404 if not found.