{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Verified Domains API", "version": "3.0.55" }, "items": [ { "info": { "name": "Verified Domains", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp Get Domain Info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/verified-domains/:domain_name", "params": [ { "name": "domain_name", "value": "example_value", "type": "path", "description": "The domain name." } ] }, "docs": "Get the details for a single domain on the account." }, { "info": { "name": "Mailchimp Delete Domain", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/verified-domains/:domain_name", "params": [ { "name": "domain_name", "value": "example_value", "type": "path", "description": "The domain name." } ] }, "docs": "Delete a verified domain from the account." } ] } ], "bundled": true }