{ "opencollection": "1.0.0", "info": { "name": "SpotDraft V1 Contract APIs V1 Emails API", "version": "v1" }, "items": [ { "info": { "name": "V1 Emails", "type": "folder" }, "items": [ { "info": { "name": "View Rendered Email", "type": "http" }, "http": { "method": "GET", "url": "https://api.eu.spotdraft.com/api/v1/public/view-email/:email_audit_key/", "params": [ { "name": "email_audit_key", "value": "", "type": "path" } ] }, "docs": "Returns the stored HTML body for an email audit entry. Useful for previewing rendered emails and debugging notification output." } ] } ], "bundled": true }