• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/registrar/omnilance.php
  • Класс: BitrixMailRegistrarOmnilance
  • Вызов: Omnilance::sendGetCommand
private function sendGetCommand(string $endPoint): string
{
	$endPoint = $this::BASE_ENDPOINT . $endPoint;
	$this->setHeaders($endPoint);
	$this->http->get($endPoint);
	return $this->http->getResult();
}