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": "string",
"data": {
"records": [
{
"orderId": "string",
"productId": "string",
"productName": "string",
"productPricingType": "string",
"status": "string",
"priceAmount": 0,
"currency": "string",
"paymentMethod": "string",
"feeAmount": 0,
"createdAt": "string",
"updatedAt": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"pages": 0
},
"error": null
}