Welcome to Anyway! We are currently in Early Access, check out our website at Anyway for more info!
curl --location --request GET '/v1/orders/' \
--header 'x-org-id: {{orgId}}' \
--header 'x-api-key: <api-key>'{
"success": true,
"message": "Order retrieved successfully",
"data": {
"orderId": "ORD25110613331397103N10XKP3D",
"productId": "ORG25G1L8TB5G03N1_otkoescjnn0b",
"status": "PENDING",
"priceCents": 10,
"pricePrecision": 2,
"currency": "USD",
"paymentMethod": "CARD",
"billingEmail": "jbaker@gmail.com",
"billingName": "Johnny Baker",
"createdAt": "2025-11-06T13:33:14",
"updatedAt": "2025-11-06T13:33:14"
},
"error": null
}