{ "opencollection": "1.0.0", "info": { "name": "Polar benefits orders API", "version": "2026-04" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "orders", "type": "folder" }, "items": [ { "info": { "name": "List Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.polar.sh/v1/orders/" }, "docs": "List Orders" }, { "info": { "name": "Get Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.polar.sh/v1/orders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Order" }, { "info": { "name": "Get Order Invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.polar.sh/v1/orders/:id/invoice", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Order Invoice" } ] } ], "bundled": true }