{ "opencollection": "1.0.0", "info": { "name": "Ortto Accounts Transactional API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Transactional", "type": "folder" }, "items": [ { "info": { "name": "Send a transactional email", "type": "http" }, "http": { "method": "POST", "url": "https://api.ap3api.com/v1/transactional/send", "body": { "type": "json", "data": "{}" } }, "docs": "Sends a transactional email. Set non_transactional to true to send as a marketing email. Up to 5 base64-encoded attachments are supported. A successful request returns a 202 Accepted." }, { "info": { "name": "Send a transactional SMS", "type": "http" }, "http": { "method": "POST", "url": "https://api.ap3api.com/v1/transactional/send-sms", "body": { "type": "json", "data": "{}" } }, "docs": "Send a transactional SMS" } ] } ], "bundled": true }