{ "opencollection": "1.0.0", "info": { "name": "Productboard Public Webhooks API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.productboard.com/v2/webhooks" }, "docs": "List webhook subscriptions" }, { "info": { "name": "Create webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.productboard.com/v2/webhooks" }, "docs": "Create webhook subscription" }, { "info": { "name": "Get webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.productboard.com/v2/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get webhook" }, { "info": { "name": "Delete webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.productboard.com/v2/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete webhook subscription" } ] } ], "bundled": true }