{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Landing API", "version": "3.0.55" }, "items": [ { "info": { "name": "Landing", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp List Landing Pages", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/landing-pages", "params": [ { "name": "sort_dir", "value": "example_value", "type": "query", "description": "Determines the order direction for sorted results." }, { "name": "sort_field", "value": "example_value", "type": "query", "description": "Returns files sorted by the specified field." }, { "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" } ] }, "docs": "Get all landing pages." }, { "info": { "name": "Mailchimp Add Landing Page", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/landing-pages", "params": [ { "name": "use_default_list", "value": "example_value", "type": "query", "description": "Will create the Landing Page using the account's Default List instead of requiring a list_id." } ] }, "docs": "Create a new Mailchimp landing page." }, { "info": { "name": "Mailchimp Get Landing Page Info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/landing-pages/:page_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": "page_id", "value": "500123", "type": "path", "description": "The unique id for the page." } ] }, "docs": "Get information about a specific page." }, { "info": { "name": "Mailchimp Update Landing Page", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/landing-pages/:page_id", "params": [ { "name": "page_id", "value": "500123", "type": "path", "description": "The unique id for the page." } ] }, "docs": "Update a landing page." }, { "info": { "name": "Mailchimp Delete Landing Page", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/landing-pages/:page_id", "params": [ { "name": "page_id", "value": "500123", "type": "path", "description": "The unique id for the page." } ] }, "docs": "Delete a landing page." }, { "info": { "name": "Mailchimp Publish Landing Page", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/landing-pages/:page_id/actions/publish", "params": [ { "name": "page_id", "value": "500123", "type": "path", "description": "The unique id for the page." } ] }, "docs": "Publish a landing page that is in draft, unpublished, or has been previously published and edited." }, { "info": { "name": "Mailchimp Unpublish Landing Page", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/landing-pages/:page_id/actions/unpublish", "params": [ { "name": "page_id", "value": "500123", "type": "path", "description": "The unique id for the page." } ] }, "docs": "Unpublish a landing page that is in draft or has been published." }, { "info": { "name": "Mailchimp Get Landing Page Content", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/landing-pages/:page_id/content", "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": "page_id", "value": "500123", "type": "path", "description": "The unique id for the page." } ] }, "docs": "Get the the HTML for your landing page." }, { "info": { "name": "Mailchimp Get Landing Page Report", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reporting/landing-pages/:outreach_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": "outreach_id", "value": "500123", "type": "path", "description": "The outreach id." }, { "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." } ] }, "docs": "Get report of a landing page." }, { "info": { "name": "Mailchimp List Landing Pages Reports", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/reporting/landing-pages", "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 reports of landing pages." } ] } ], "bundled": true }