SevenShores\Hubspot\Resources\Contacts::getById PHP Method

getById() public method

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