{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Template Folders API", "version": "3.0.55" }, "items": [ { "info": { "name": "Template Folders", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp Get Template Folder", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/template-folders/:folder_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": "folder_id", "value": "500123", "type": "path", "description": "The unique id for the template folder." } ] }, "docs": "Get information about a specific folder used to organize templates." }, { "info": { "name": "Mailchimp Update Template Folder", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/template-folders/:folder_id", "params": [ { "name": "folder_id", "value": "500123", "type": "path", "description": "The unique id for the template folder." } ] }, "docs": "Update a specific folder used to organize templates." }, { "info": { "name": "Mailchimp Delete Template Folder", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/template-folders/:folder_id", "params": [ { "name": "folder_id", "value": "500123", "type": "path", "description": "The unique id for the template folder." } ] }, "docs": "Delete a specific template folder, and mark all the templates in the folder as 'unfiled'." } ] } ], "bundled": true }