{ "opencollection": "1.0.0", "info": { "name": "Resend Emails API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Emails", "type": "folder" }, "items": [ { "info": { "name": "Send an email", "type": "http" }, "http": { "method": "POST", "url": "https://api.resend.com/emails", "body": { "type": "json", "data": "{}" } }, "docs": "Send an email" }, { "info": { "name": "Retrieve a single email", "type": "http" }, "http": { "method": "GET", "url": "https://api.resend.com/emails/:email_id", "params": [ { "name": "email_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single email" }, { "info": { "name": "Update a single email", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.resend.com/emails/:email_id", "params": [ { "name": "email_id", "value": "", "type": "path" } ] }, "docs": "Update a single email" }, { "info": { "name": "Cancel the schedule of the e-mail.", "type": "http" }, "http": { "method": "POST", "url": "https://api.resend.com/emails/:email_id/cancel", "params": [ { "name": "email_id", "value": "", "type": "path" } ] }, "docs": "Cancel the schedule of the e-mail." }, { "info": { "name": "Trigger up to 100 batch emails at once.", "type": "http" }, "http": { "method": "POST", "url": "https://api.resend.com/emails/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Trigger up to 100 batch emails at once." } ] } ], "bundled": true }