Given a unique_email_id
, how can I retrieve all list members matching that ID?
I am attempting to use the search-members
endpoint, ala what I do for searching email-addresses:
https://us9.api.mailchimp.com/3.0/[email protected]
but instead (given a unique_email_id of 4dce5
https://us9.api.mailchimp.com/3.0/search-members?query=4dce5
and I'm getting no results.
Is there another endpoint I'm missing?
According to the documentation, subscriber_hash refers to 'The MD5 hash of the lowercase version of the list member's email address. '
However using the query string ?unique_email_id=X attached to the end of GET lists/list_id/members will pull up anyone with that specific EUID.
Indeed this works very well. Example :
GET /3.0/lists/dfc3cf4b38/members?unique_email_id=f4b75a9d78&fields=members.email_address
will return :
{"members":[{"email_address":"[email protected]"}]}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With