{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Checklist API", "version": "3.0.55" }, "items": [ { "info": { "name": "Checklist", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp Get Campaign Send Checklist", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/campaigns/:campaign_id/send-checklist", "params": [ { "name": "fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation." }, { "name": "exclude_fields", "value": "example_value", "type": "query", "description": "A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation." }, { "name": "campaign_id", "value": "500123", "type": "path", "description": "The unique id for the campaign." } ] }, "docs": "Review the send checklist for a campaign, and resolve any issues before sending." } ] } ], "bundled": true }