{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed DefaultNotificationTemplateApi API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "DefaultNotificationTemplateApi", "type": "folder" }, "items": [ { "info": { "name": "Read default notification templates available for the current channel.", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/notification/v1/templates/default" }, "docs": "Read default notification templates available for the current channel.\nReserved for super support users." }, { "info": { "name": "Create or update a default common email template element.", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/notification/v1/templates/default/common/email", "body": { "type": "json", "data": "{}" } }, "docs": "Create or update a default common email template element" }, { "info": { "name": "Read default common email element by type.", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/notification/v1/templates/default/common/email/:type", "params": [ { "name": "type", "value": "", "type": "path", "description": "Notification common element type" } ] }, "docs": "Read default common email element by type" }, { "info": { "name": "Create or update default email template", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/notification/v1/templates/default/email", "body": { "type": "json", "data": "{}" } }, "docs": "Create or update default email template. Reserved for super support users." }, { "info": { "name": "Read default email template by type", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/notification/v1/templates/default/email/:type", "params": [ { "name": "type", "value": "", "type": "path", "description": "Email template type" } ] }, "docs": "Read default email template by type. Reserved for super support user." } ] } ], "bundled": true }