List orders
documentedRetrieve all orders you have created.
GET /ordersOrdersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://sandbox-merchant.revolut.com/api/orders?limit={{$limit}}&from_created_date={{$from_created_date}}&to_created_date={{$to_created_date}}&customer_id={{$customer_id}}&email={{$email}}&merchant_order_ext_ref={{$merchant_order_ext_ref}}&state={{$state}}&created_before={{$created_before}}" \
-X GET \
-H "Authorization: Bearer {{REVOLUT_SECRET}}" \
-H "Revolut-Api-Version: {{$api_version}}" \
-H "Accept: application/json"