VingtCinq / python-mailchimp

Python client for v3 of MailChimp API
MIT License
463 stars 131 forks source link

Can't fetch list members by `unique_email_id` #223

Closed aparakian closed 4 years ago

aparakian commented 4 years ago

The documentation mentions a way to fetch list members by unique_email_id and not only subscriber_hash :

For example, if your subscriber's link contains the mc_eid=18d3c1adfe tracking parameter, you can find that customer's email address by making a request to the GET /lists/list_id/members?unique_email_id=18d3c1adfe endpoint.

Is there a way to do it with this library ?