Contact list property values

Hi,

In regards to running a query against, https://youraccountname.api-us1.com/api/3/contacts/{id}/contactLists which returns all a contact’s list memberships, there are some “magic” values returned which I am unable to find a reference to their meaning.

Looking at the API documentation here, Retrieve a contact's list memberships, a list has a status. In the example the status’s value is "3", what does that mean? From other areas in the API docs I know 1 is subscribed, and 2 is unsubscribed, I have not seen a reference for 3.

Is there a reference for all of these fields which use magic values?

Thank you!

The status values are as follows:

0 - Contact UNCONFIRMED
1 - Contact SUBSCRIBED
2- Contact UNSUBSCRIBED
3- Contact Email BOUNCED

Shared with CloudApp

1 Like

Thank you @gsvoboda, much appreciated!

It is a real shame this stuff isn’t documented anywhere for the API.