{ "opencollection": "1.0.0", "info": { "name": "SMTP2GO Email Activity Domains API", "version": "3.0.4" }, "request": { "auth": { "type": "apikey", "key": "X-Smtp2go-Api-Key", "value": "{{X-Smtp2go-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Domains", "type": "folder" }, "items": [ { "info": { "name": "Add a sender domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/domain/add", "body": { "type": "json", "data": "{}" } }, "docs": "Add a sender domain to your account" }, { "info": { "name": "View sender domains", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/domain/view", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a list of sender domains on your account" }, { "info": { "name": "Remove a sender domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/domain/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Remove a sender domain from your account" }, { "info": { "name": "Verify a sender domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/domain/verify", "body": { "type": "json", "data": "{}" } }, "docs": "Verify a sender domain on your account" } ] } ], "bundled": true }