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.
The documentation mentions a way to fetch list members by
unique_email_id
and not onlysubscriber_hash
:Is there a way to do it with this library ?