Get Order
curl --request GET \
--url https://{subdomain}.unicyfalcon.com/api/v1/orders/{id}Orders
Get Order
Retrieve a single order by ID
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.
⌘I
