// src/actions/contacts/list.php
$contactsPage = $hubSpot->crm()->contacts()->basicApi()->getPage();
// src/actions/contacts/delete.php
$hubSpot->crm()->contacts()->basicApi()->archive($_GET['id']);
// src/actions/contacts/export.php
$hubSpot->crm()->contacts()->getAll();