{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Exports API", "version": "3.0.55" }, "items": [ { "info": { "name": "Exports", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp List Account Exports", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/account-exports", "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." } ] }, "docs": "Get a list of account exports for a given account." }, { "info": { "name": "Mailchimp Add Export", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/account-exports" }, "docs": "Create a new account export in your Mailchimp account." }, { "info": { "name": "Mailchimp Get Account Export Info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/account-exports/:export_id", "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": "export_id", "value": "500123", "type": "path", "description": "The unique id for the account export." } ] }, "docs": "Get information about a specific account export." }, { "info": { "name": "Mailchimp Get Export Info", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/exports/info", "body": { "type": "json", "data": "{}" } }, "docs": "Get information about an individual data export job." }, { "info": { "name": "Mailchimp List Exports", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/exports/list", "body": { "type": "json", "data": "{}" } }, "docs": "Get a list of all data export jobs for the account." }, { "info": { "name": "Mailchimp Export Rejections", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/exports/rejects", "body": { "type": "json", "data": "{}" } }, "docs": "Start a new export job for the account's rejection blacklist. When complete, a download URL is provided." }, { "info": { "name": "Mailchimp Export Allowlist", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/exports/allowlist", "body": { "type": "json", "data": "{}" } }, "docs": "Start a new export job for the account's allowlist. When complete, a download URL is provided." }, { "info": { "name": "Mailchimp Export Message Activity", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/exports/activity", "body": { "type": "json", "data": "{}" } }, "docs": "Start a new export job for message activity history. The export includes detailed message logs for the specified date range." } ] } ], "bundled": true }