Lists

List subscriber lists

Lists subscriber lists for the authenticated company. Each list includes subscriberCount (current members of any status) and activeSubscriberCount (current members with status=active). Members who unsubscribed from the list are not counted.

get/lists

Response

Lists returned

successboolean

Example response

{
  "success": true,
  "lists": [
    {
      "id": "list_abc123",
      "name": "Newsletter Subscribers"
    }
  ]
}

Changes