{ "opencollection": "1.0.0", "info": { "name": "MagicBell apns templates API", "version": "2.0.0" }, "items": [ { "info": { "name": "templates", "type": "folder" }, "items": [ { "info": { "name": "get_templates_integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.magicbell.com/v2/integrations/templates" }, "docs": "Retrieves the current templates integration configurations for a specific integration type in the project. Returns configuration details and status information." }, { "info": { "name": "save_templates_integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.magicbell.com/v2/integrations/templates", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a templates integration for the project. Only administrators can configure integrations." }, { "info": { "name": "delete_templates_integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/templates" }, "docs": "Removes a templates integration configuration from the project. This will disable the integration's functionality within the project." }, { "info": { "name": "save_templates_installation", "type": "http" }, "http": { "method": "POST", "url": "https://api.magicbell.com/v2/integrations/templates/installations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new installation of a templates integration for a user. This endpoint is used when an integration needs to be set up with user-specific credentials or configuration." }, { "info": { "name": "delete_templates_integration_by_id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Removes a specific templates integration instance by ID from the project." } ] } ], "bundled": true }