{ "opencollection": "1.0.0", "info": { "name": "Resend Email API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Email", "type": "folder" }, "items": [ { "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": "Remove an existing contact by email", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.resend.com/audiences/:audience_id/contacts/:email", "params": [ { "name": "email", "value": "", "type": "path" }, { "name": "audience_id", "value": "", "type": "path" } ] }, "docs": "Remove an existing contact by email" } ] } ], "bundled": true }