{ "opencollection": "1.0.0", "info": { "name": "Polar benefits webhooks API", "version": "2026-04" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhook Endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://api.polar.sh/v1/webhooks/endpoints" }, "docs": "List Webhook Endpoints" }, { "info": { "name": "Create Webhook Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.polar.sh/v1/webhooks/endpoints", "body": { "type": "json", "data": "{}" } }, "docs": "Create Webhook Endpoint" }, { "info": { "name": "Get Webhook Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.polar.sh/v1/webhooks/endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Webhook Endpoint" }, { "info": { "name": "Delete Webhook Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.polar.sh/v1/webhooks/endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Webhook Endpoint" } ] } ], "bundled": true }