curl --request GET \ --url https://www.atom.com/api/marketplace/orders
[ { "name": "<string>", "tag": "<string>" }]
APIs List
Get Orders
Retrieve list of all partnership orders, including key details such as order status, total price, and created date. Use this endpoint to power order history views or internal reconciliation tools.
GET
/
orders
cURL
curl --request GET \ --url https://www.atom.com/api/marketplace/orders