Sign in

Add export

documented

Create a new account export in your Mailchimp account.

POST /account-exportsAccount Exportsno implementation yet0 runs
No 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://{{$dc}}.api.mailchimp.com/3.0/account-exports" \
  -X POST \
  -u "anystring:{{MAILCHIMP_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"include_stages": {{$include_stages}}, "since_timestamp": "{{$since_timestamp}}"}'