🚀 Quickstart
Connect to Viewpoint Vista with Nango and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Viewpoint Vista.
2
Authorize Viewpoint Vista
Go to Connections -> Add Test Connection -> Authorize, then enter your Application Key and Subscriber Code. Later, you’ll let your users do the same directly from your app.
3
Call the Viewpoint Vista API
Let’s make your first request to the Viewpoint Vista API (list cached vendors). Replace the placeholders below with your secret key, integration ID, and connection ID. Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
<SUBSCRIBER_CODE> is the Subscriber Code you entered when authorizing the connection — fetch it from the connection’s connection_config via the Node SDK or API if you don’t have it handy:- cURL
- Node
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
📚 Viewpoint Vista Integration Guides
Nango maintained guides for common use cases.- How do I link my account? Connect your Viewpoint Vista account using the Connect UI
Viewpoint Vista’s native database does not expose a REST API — data access normally happens over a direct SQL Server connection, which Nango cannot proxy. This integration targets the Trimble Xchange Direct API, an optional HTTP layer that some Vista installs expose (subscriber-based,
X-Application-Key auth). Confirm with your Vista administrator that Xchange is provisioned for your subscriber before connecting.