List orders
documentedReturn all orders.
GET /api/v1/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://api.sendowl.com/api/v1/orders?limit={{$limit}}&page={{$page}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-u "{{SENDOWL_API_KEY}}:{{SENDOWL_SECRET}}"