{ "opencollection": "1.0.0", "info": { "name": "Mailgun Domains API", "version": "3.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Domains", "type": "folder" }, "items": [ { "info": { "name": "List domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.mailgun.net/v3/domains" }, "docs": "List domains" }, { "info": { "name": "Create a domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.mailgun.net/v3/domains", "body": { "type": "form-urlencoded", "data": [ { "name": "name", "value": "" }, { "name": "smtp_password", "value": "" }, { "name": "spam_action", "value": "" }, { "name": "wildcard", "value": "" } ] } }, "docs": "Create a domain" }, { "info": { "name": "Get a domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.mailgun.net/v3/domains/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get a domain" }, { "info": { "name": "Delete a domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mailgun.net/v3/domains/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete a domain" } ] } ], "bundled": true }