{ "opencollection": "1.0.0", "info": { "name": "Polar benefits products API", "version": "2026-04" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "products", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.polar.sh/v1/products/", "params": [ { "name": "organization_id", "value": "", "type": "query" }, { "name": "is_archived", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List Products" }, { "info": { "name": "Create Product", "type": "http" }, "http": { "method": "POST", "url": "https://api.polar.sh/v1/products/", "body": { "type": "json", "data": "{}" } }, "docs": "Create Product" }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://api.polar.sh/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Product" }, { "info": { "name": "Update Product", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.polar.sh/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Product" }, { "info": { "name": "Update Product Benefits", "type": "http" }, "http": { "method": "POST", "url": "https://api.polar.sh/v1/products/:id/benefits", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Product Benefits" } ] } ], "bundled": true }