{ "opencollection": "1.0.0", "info": { "name": "MagicBell apns channel/mobile_push API", "version": "2.0.0" }, "items": [ { "info": { "name": "channel/mobile_push", "type": "folder" }, "items": [ { "info": { "name": "get_apns_integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.magicbell.com/v2/integrations/apns" }, "docs": "Retrieves the current apns integration configurations for a specific integration type in the project. Returns configuration details and status information." }, { "info": { "name": "save_apns_integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.magicbell.com/v2/integrations/apns", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a apns integration for the project. Only administrators can configure integrations." }, { "info": { "name": "delete_apns_integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/apns" }, "docs": "Removes a apns integration configuration from the project. This will disable the integration's functionality within the project." }, { "info": { "name": "delete_apns_integration_by_id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/apns/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Removes a specific apns integration instance by ID from the project." }, { "info": { "name": "get_expo_integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.magicbell.com/v2/integrations/expo" }, "docs": "Retrieves the current expo integration configurations for a specific integration type in the project. Returns configuration details and status information." }, { "info": { "name": "save_expo_integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.magicbell.com/v2/integrations/expo", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a expo integration for the project. Only administrators can configure integrations." }, { "info": { "name": "delete_expo_integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/expo" }, "docs": "Removes a expo integration configuration from the project. This will disable the integration's functionality within the project." }, { "info": { "name": "delete_expo_integration_by_id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/expo/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Removes a specific expo integration instance by ID from the project." }, { "info": { "name": "get_fcm_integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.magicbell.com/v2/integrations/fcm" }, "docs": "Retrieves the current fcm integration configurations for a specific integration type in the project. Returns configuration details and status information." }, { "info": { "name": "save_fcm_integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.magicbell.com/v2/integrations/fcm", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a fcm integration for the project. Only administrators can configure integrations." }, { "info": { "name": "delete_fcm_integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/fcm" }, "docs": "Removes a fcm integration configuration from the project. This will disable the integration's functionality within the project." }, { "info": { "name": "delete_fcm_integration_by_id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/fcm/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Removes a specific fcm integration instance by ID from the project." } ] } ], "bundled": true }