Architecture and APIs
What are the main API surfaces?
What are the main API surfaces?
You receive a single VH3 API key during onboarding. It is used across both server-to-server surfaces:
Intelligence endpoints require your company ID on every request. BigChange proxy endpoints resolve your tenant from the API key alone.For interactive applications and custom portals, users authenticate with email and password. The returned JWT is used for all subsequent calls. No API key is ever involved in client-side code.See Authentication for the complete surface map and code examples.
Why do the public docs not match an endpoint I see in VH3 Connect?
Why do the public docs not match an endpoint I see in VH3 Connect?
The public API reference documents the customer-facing subset. Additional endpoints exist for platform engineering, pollers, and operational tooling. Those internal endpoints are outside the integration contract. For integrations, use the endpoints documented here or the OpenAPI export your CSM provides.
Where does my data live?
Where does my data live?