Get latest chimp chatter (alternate)
documentedReturn the Chimp Chatter for this account ordered by most recent.
GET /activity-feed/chimp-chatterChimp Chatter Activityno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{MAILCHIMP_SERVER}}.api.mailchimp.com/3.0/activity-feed/chimp-chatter?count={{$count}}&offset={{$offset}}" \
-X GET \
-u "anystring:{{MAILCHIMP_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
# Sources: Official Mailchimp Chimp Chatter docs (endpoint and params) — https://mailchimp.com/developer/marketing/api/chimp-chatter/ ; Base URL pattern documented at https://server.api.mailchimp.com/3.0