Skip to content

Instantly share code, notes, and snippets.

@mkiser
Created August 20, 2019 19:26
Show Gist options
  • Save mkiser/cd836df5070931e9cba346b584475bb6 to your computer and use it in GitHub Desktop.
Save mkiser/cd836df5070931e9cba346b584475bb6 to your computer and use it in GitHub Desktop.
curl --request GET \
--url 'https://<XX>.api.mailchimp.com/3.0/lists/<LIST ID>/members/?unique_email_id=<"e=XX">' \
--user 'anystring:<APIKEY>'
@mkiser
Copy link
Author

mkiser commented Aug 20, 2019

You need your region, list id, api key, and pull out the "e=XX" part of the mailchimp click tracking urls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment