The Lists resource allows retrieval of all lists, subscribers in that list (active or unsubscribed), creation of lists, updating of individual lists, and addition/removal of subscribers from lists.
A List Instance resource is represented by the following properties:
| Property | Description |
|---|---|
| ListID | String representing the unique system ID for an individual list |
| ListName | String representing the name of the list. |
| Notes | Text representing the notes of the list. Empty if unavailable for this subscriber. |
| Created | Unix timestamp (GMT) representing the creation time and date of this subscriber. |
Returns account lists
Returns a paginated subset of all account lists (paginated)
Creates a new list
The following parameters are required to create a new list:
| Property | Description |
|---|---|
| ListName | String representing the name of an individual list |
The following parameters are optional to create a new list:
| Property | Description |
|---|---|
| Notes | Text representing the notes of the list. Empty if unavailable for this list. |
Returns the newly created list
Not Supported
Not Supported
Returns a single list
The following parameters are required to get a single list:
| Property | Description |
|---|---|
| ListID | Integer representing the unique ID of an individual list |
Not Supported
Not Supported
Not Supported
Deletes a single list
The following parameters are required to delete a single list:
| Property | Description |
|---|---|
| ListID | Integer representing the unique ID of an individual list |
Deletes the list from the account. Returns HTTP 204 response if successful (no body).
Not Supported
Not Supported
Not Supported
Returns all list subscribers
Adds an existing subscriber to a single list
The following parameters are required to add a new list subscriber:
| Property | Description |
|---|---|
| ListID | Integer representing the unique ID of an individual list |
| SubscriberID | Integer representing the unique ID of an individual subscriber |
Adds the subscriber to the list specified.
The response is identical to the Individual List Resource response outlined above.
Not Supported
Not Supported
Not Supported
Removes an existing subscriber from a single list
The following parameters are required to remove a list subscriber:
| Property | Description |
|---|---|
| ListID | Integer representing the unique ID of an individual list |
| SubscriberID | Integer representing the unique ID of an individual subscriber |
The response is identical to the Individual List Resource response outlined above.
Not Supported
Not Supported
Not Supported