- EmptyList (/)
- CreateList (/)
- DeleteListById (/)
- GetLists (/)
- GetRecipientCountByListId (/)
- GetRecipientIdsByListId (/)
- GetOptStatusByListId (/)
- UpdateListById (/)
$client = Client::getClient('username', 'password');
$newListId = $client->api('list')->createList('Name of the new list', 'Description of the new list', 22);