Get growth history by month
documentedGet growth history for a specific month.
GET /lists/{list_id}/growth-history/{month}Growth Historyno 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://server.api.mailchimp.com/3.0/lists/{{$list_id}}/growth-history/{{$month}}" \
-X GET \
-u "anystring:{{MAILCHIMP_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"