You are here

public function SendInBlueApiInterface::getLists in SendinBlue 7.2

Get lists of an account.

Return value

GetLists An array of all lists.

2 methods override SendInBlueApiInterface::getLists()
SendinblueApiV2::getLists in includes/Api/SendinblueApiV2.php
Get lists of an account.
SendinblueApiV3::getLists in includes/Api/SendinblueApiV3.php
Get lists of an account.

File

includes/Api/SendInBlueApiInterface.php, line 49

Class

SendInBlueApiInterface
Interface for SendInBlue API.

Code

public function getLists();