You are here

public function SendinblueMailin::getAccount in SendinBlue 7

Same name and namespace in other branches
  1. 7.2 includes/sendinblue.mailin.php \SendinblueMailin::getAccount()

Get the details of an account.

Return value

array An array of account detail.

File

includes/sendinblue.mailin.php, line 177
Rest class file.

Class

SendinblueMailin
Sendinblue REST client.

Code

public function getAccount() {
  return $this
    ->get("account", "");
}