public function SendInBlueApiInterface::getAccount in SendinBlue 7.2
Get the details of an account.
Return value
GetAccount An array of account detail.
2 methods override SendInBlueApiInterface::getAccount()
- SendinblueApiV2::getAccount in includes/
Api/ SendinblueApiV2.php - Get the details of an account.
- SendinblueApiV3::getAccount in includes/
Api/ SendinblueApiV3.php - Get the details of an account.
File
- includes/
Api/ SendInBlueApiInterface.php, line 22
Class
- SendInBlueApiInterface
- Interface for SendInBlue API.
Code
public function getAccount();