{ "opencollection": "1.0.0", "info": { "name": "Polar benefits customer_portal API", "version": "2026-04" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "customer_portal", "type": "folder" }, "items": [ { "info": { "name": "Validate License Key (Customer Portal)", "type": "http" }, "http": { "method": "POST", "url": "https://api.polar.sh/v1/customer-portal/license-keys/validate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Customer-facing license key validation using a Customer Session token rather than an Organization Access Token." } ] } ], "bundled": true }