cURL
curl --request GET \ --url https://api.erysta.com/v1/partners/orders \ --header 'x-api-key: <api-key>'
{ "status": 200, "success": true, "details": { "data": { "hits": 150, "orders": [ { "id": "ABCD1234", "reference_id": "MY-SHOP-12345", "status": "COMPLETED", "item": { "id": "69ae2cb3a9a53ba2d777fe59", "title": "Elden Ring (PC)", "quantity": 1, "amount": 34.99 }, "created_at": "2026-03-09T15:30:00.000Z" } ], "pages": { "page": 1, "total": 3, "limit": 50 } }, "extensions": { "cache": "no-store", "trace_id": "req-7f8a9b2c...", "timestamp": "2026-03-09T15:30:00.000Z" } } }
Retrieve a paginated history of all orders.
Search by Order ID or Reference ID.
x <= 500
Success
200
true
Show child attributes
Was this page helpful?