{ "opencollection": "1.0.0", "info": { "name": "Polar benefits customers API", "version": "2026-04" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "customers", "type": "folder" }, "items": [ { "info": { "name": "List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.polar.sh/v1/customers/" }, "docs": "List Customers" }, { "info": { "name": "Create Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.polar.sh/v1/customers/", "body": { "type": "json", "data": "{}" } }, "docs": "Create Customer" }, { "info": { "name": "Get Customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.polar.sh/v1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Customer" }, { "info": { "name": "Delete Customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.polar.sh/v1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Customer" }, { "info": { "name": "Get Customer State", "type": "http" }, "http": { "method": "GET", "url": "https://api.polar.sh/v1/customers/:id/state", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns the aggregated state of a customer - active subscriptions, granted benefits, and active meters - in a single response." } ] } ], "bundled": true }