{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Click API", "version": "3.0.55" }, "items": [ { "info": { "name": "Click", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp List Campaign Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reports/:campaign_id/click-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": "sort_field", "value": "example_value", "type": "query", "description": "Returns click reports sorted by the specified field." }, { "name": "sort_dir", "value": "example_value", "type": "query", "description": "Determines the order direction for sorted results." } ] }, "docs": "Get information about clicks on specific links in your Mailchimp campaigns." }, { "info": { "name": "Mailchimp Get Campaign Link Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reports/:campaign_id/click-details/:link_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": "campaign_id", "value": "500123", "type": "path", "description": "The unique id for the campaign." }, { "name": "link_id", "value": "500123", "type": "path", "description": "The id for the link." } ] }, "docs": "Get click details for a specific link in a campaign." }, { "info": { "name": "Mailchimp List Clicked Link Subscribers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reports/:campaign_id/click-details/:link_id/members", "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": "link_id", "value": "500123", "type": "path", "description": "The id for the link." } ] }, "docs": "Get information about list members who clicked on a specific link in a campaign." }, { "info": { "name": "Mailchimp Get Clicked Link Subscriber", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reports/:campaign_id/click-details/:link_id/members/: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": "link_id", "value": "500123", "type": "path", "description": "The id for the link." }, { "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 clicked a link in a specific campaign." } ] } ], "bundled": true }