You are here

public function SendinblueApiV3::getLists in SendinBlue 7.2

Get lists of an account.

Return value

GetLists An array of all lists.

Overrides SendInBlueApiInterface::getLists

File

includes/Api/SendinblueApiV3.php, line 164

Class

SendinblueApiV3
Sendinblue REST client.

Code

public function getLists() {
  return new GetLists($this->sibListsApi
    ->getLists('50')
    ->getLists());
}