{ "opencollection": "1.0.0", "info": { "name": "MagicBell apns channel/web_push API", "version": "2.0.0" }, "items": [ { "info": { "name": "channel/web_push", "type": "folder" }, "items": [ { "info": { "name": "get_web_push_integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.magicbell.com/v2/integrations/web_push" }, "docs": "Retrieves the current web_push integration configurations for a specific integration type in the project. Returns configuration details and status information." }, { "info": { "name": "save_web_push_integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.magicbell.com/v2/integrations/web_push", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a web_push integration for the project. Only administrators can configure integrations." }, { "info": { "name": "delete_web_push_integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/web_push" }, "docs": "Removes a web_push integration configuration from the project. This will disable the integration's functionality within the project." }, { "info": { "name": "delete_web_push_integration_by_id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/web_push/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Removes a specific web_push integration instance by ID from the project." } ] } ], "bundled": true }