{ "opencollection": "1.0.0", "info": { "name": "Rollbar Deployment Access Tokens Notifications API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-Rollbar-Access-Token", "value": "{{X-Rollbar-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Get Webhook Notification Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.rollbar.com/api/1/notifications/webhook" }, "docs": "Returns the current webhook notification configuration for the project, including the webhook URL and format settings." }, { "info": { "name": "Update Webhook Notification Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.rollbar.com/api/1/notifications/webhook", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the webhook notification configuration for the project, including the URL and format (JSON or XML)." }, { "info": { "name": "List Webhook Notification Rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.rollbar.com/api/1/notifications/webhook/rules" }, "docs": "Returns all webhook notification rules configured for the project." }, { "info": { "name": "Create a Webhook Notification Rule", "type": "http" }, "http": { "method": "POST", "url": "https://api.rollbar.com/api/1/notifications/webhook/rules", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new webhook notification rule for the project, specifying trigger conditions and optional URL override." }, { "info": { "name": "Get a Webhook Notification Rule", "type": "http" }, "http": { "method": "GET", "url": "https://api.rollbar.com/api/1/notifications/webhook/rule/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path", "description": "The ID of the webhook rule to retrieve." } ] }, "docs": "Returns a specific webhook notification rule by its ID." }, { "info": { "name": "Update a Webhook Notification Rule", "type": "http" }, "http": { "method": "PUT", "url": "https://api.rollbar.com/api/1/notifications/webhook/rule/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path", "description": "The ID of the webhook rule to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a specific webhook notification rule." }, { "info": { "name": "Delete a Webhook Notification Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.rollbar.com/api/1/notifications/webhook/rule/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path", "description": "The ID of the webhook rule to delete." } ] }, "docs": "Deletes a specific webhook notification rule." } ] } ], "bundled": true }