SevenShores\Hubspot\Resources\Contacts::getById PHP Метод

getById() публичный Метод

public getById ( integer $id ) : Response
$id integer
Результат SevenShores\Hubspot\Http\Response
    function getById($id)
    {
        $endpoint = "https://api.hubapi.com/contacts/v1/contact/vid/{$id}/profile";
        return $this->client->request('get', $endpoint);
    }