{ "opencollection": "1.0.0", "info": { "name": "Mailchimp Marketing Abuse Chatter API", "version": "3.0.55" }, "items": [ { "info": { "name": "Chatter", "type": "folder" }, "items": [ { "info": { "name": "Mailchimp Get Latest Chimp Chatter", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/activity-feed/chimp-chatter", "params": [ { "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": "Return the Chimp Chatter for this account ordered by most recent." } ] } ], "bundled": true }