Hello all,
is it possible to gel all contacts which match some criteria beyond listid
and status
through the API v3 or at least through the v1?
For instance this is possible:
https://username.api-us1.com/api/3/contacts?listid=1&status=1
But these are not:
https://username.api-us1.com/api/3/contacts?listname=“Newsletter”
https://username.api-us1.com/api/3/contacts?lastName="Smith"
Thanks for any help!