{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Open API", "version": "3.0.55" }, "items": [ { "info": { "name": "Open", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp List Campaign Open Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reports/:campaign_id/open-details", "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." }, { "name": "since", "value": "example_value", "type": "query", "description": "Restrict results to campaign open events that occur after a specific time. Uses ISO 8601 time format: 2015-10-21T15:41:36+00:00." }, { "name": "sort_field", "value": "example_value", "type": "query", "description": "Returns open reports sorted by the specified field." }, { "name": "sort_dir", "value": "example_value", "type": "query", "description": "Determines the order direction for sorted results." } ] }, "docs": "Get detailed information about any campaign emails that were opened by a list member." }, { "info": { "name": "Mailchimp Get Opened Campaign Subscriber", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reports/:campaign_id/open-details/: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 subscriber who opened a campaign." } ] } ], "bundled": true }