{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Sent API", "version": "3.0.55" }, "items": [ { "info": { "name": "Sent", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp List Campaign Recipients", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reports/:campaign_id/sent-to", "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": "count", "value": "example_value", "type": "query", "description": "The number of records to return. Default value is 10. Maximum value is 1000" }, { "name": "offset", "value": "example_value", "type": "query", "description": "Used for [pagination](https://mailchimp.com/developer/marketing/docs/methods-parameters/#pagination), this it the number of records from a collection to skip. Default value is 0." }, { "name": "campaign_id", "value": "500123", "type": "path", "description": "The unique id for the campaign." } ] }, "docs": "Get information about campaign recipients." }, { "info": { "name": "Mailchimp Get Campaign Recipient Info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reports/:campaign_id/sent-to/:subscriber_hash", "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." }, { "name": "subscriber_hash", "value": "example_value", "type": "path", "description": "The MD5 hash of the lowercase version of the list member's email address." } ] }, "docs": "Get information about a specific campaign recipient." } ] } ], "bundled": true }