// NO OUTPUT BEFORE HEADERS if (!ob_get_level()) { ob_start(); } /** * KVK Lookup Widget – embedpagina * Toont de losse KVK-widget; bruikbaar in SiteChat onboarding, CRM, offerte-tool, facturatie. * API-key blijft op de server (proxy). */ session_name('CUSTOMER_PORTAL_SESSION'); if (session_status() === PHP_SESSION_NONE) { session_start(); } if (!isset($portal_base)) { $portal_base = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? 'https' : 'http') . '://' . ($_SERVER['HTTP_HOST'] ?? 'portal.itlive.nl'); } $cp_path = (strpos($portal_base, '/customer_portal') !== false) ? '' : '/customer_portal'; $page_title = 'KVK-gegevens ophalen – IT Live'; $extra_head = ''; require dirname(__DIR__) . '/includes/itlive-public-shell.php'; function _kvk_widget_url($file) { global $cp_path; return $cp_path . '/' . ltrim($file, '/'); } ?>

KVK-gegevens ophalen

Vul bedrijfsnaam, KVK-nummer (8 cijfers) of postcode + huisnummer in. Bij meerdere resultaten kies je het juiste bedrijf – daarna vullen we alle velden automatisch. Deze gegevens kun je direct in SiteChat of je project gebruiken.

Website maken met KVK · Dashboard