Bulk Import HubSpot Contacts
Import all contacts from the connected HubSpot account. Processes synchronously and returns the final import result. Use GET /import-jobs/{jobId} to retrieve the result later.
Auth required: Yes
Idempotency-Key (header, string) — Unique key for idempotent POST requests (1-256 chars: alphanumeric, `_`, `-`, `:`, `.`).
Same key + same body within 24h replays the cached response.
relationship_type: string — Default relationship type for imported contactssend_emails: boolean — Whether to send invitation emails200: Import completed400: Bad request401: Authentication required or invalid409: A request with this Idempotency-Key is currently being processed422: Idempotency-Key was already used with a different request bodyRequires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.
Base URL: https://api.vennio.app