Hello friends!
The following example in a GET request call, helps me to see list(s) associated to a contact, as well as basic contact information, all by their email address.
https://<account name>/api/3/contacts?include=contactLists&filters[email]=<email address>
…But if I want to update the ‘status’ value of a list item that is associated to this contact, what would be a good API example for a POST request to change status to 2, for list id 123456?
Does this API call only occur one at a time, or can I set multiple list items to a status value of “2”, in a single API POST request? If so how?
Many thanks!