{ "opencollection": "1.0.0", "info": { "name": "AhaSend API v2 Accounts Email API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Email", "type": "folder" }, "items": [ { "info": { "name": "AhaSend Send Emails", "type": "http" }, "http": { "method": "POST", "url": "https://api.ahasend.com/email/send", "headers": [ { "name": "Content-Type", "value": "application/json" } ], "body": { "type": "json", "data": "{}" } }, "docs": "You can send emails to up to 100 recipients using this API at the same time." } ] } ], "bundled": true }