curl --request GET \ --url https://www.atom.com/api/marketplace/order-details
[ { "name": "<string>", "tag": "<string>" }]
APIs List
Get Order By ID
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
/
order-details
cURL
curl --request GET \ --url https://www.atom.com/api/marketplace/order-details