{ "opencollection": "1.0.0", "info": { "name": "Marketo Engage Rest Approve Send API", "version": "1.0" }, "items": [ { "info": { "name": "Send", "type": "folder" }, "items": [ { "info": { "name": "Marketo Send Sample Email", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/email/:id/sendSample.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the email" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Sends a sample email to the given email address. Leads may be impersonated to populate data for tokens and dynamic content. Required Permissions: Read-Write Assets" } ] } ], "bundled": true }