{ "opencollection": "1.0.0", "info": { "name": "MagicBell apns awssns API", "version": "2.0.0" }, "items": [ { "info": { "name": "awssns", "type": "folder" }, "items": [ { "info": { "name": "get_awssns_integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.magicbell.com/v2/integrations/awssns" }, "docs": "Retrieves the current awssns integration configurations for a specific integration type in the project. Returns configuration details and status information." }, { "info": { "name": "save_awssns_integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.magicbell.com/v2/integrations/awssns", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a awssns integration for the project. Only administrators can configure integrations." }, { "info": { "name": "delete_awssns_integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/awssns" }, "docs": "Removes a awssns integration configuration from the project. This will disable the integration's functionality within the project." }, { "info": { "name": "handle_awssns_webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.magicbell.com/v2/integrations/awssns/webhooks/incoming/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Receives and processes incoming webhook events from the awssns integration. Each integration can define its own webhook payload format and handling logic." }, { "info": { "name": "delete_awssns_integration_by_id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.magicbell.com/v2/integrations/awssns/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Removes a specific awssns integration instance by ID from the project." } ] } ], "bundled": true }