🚀 Quickstart
Connect to Veeva Vault with Nango and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Veeva Vault (OAuth 2.0 / OIDC).
3
Call the Veeva Vault API
Let’s make your first request to the Veeva Vault API (fetch a list of users). 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.
- 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.
📚 Veeva Vault (OAuth 2.0 / OIDC) Integration Guides
Nango-maintained guides for common use cases.- How do I link my account?
Connect your Veeva Vault account via OAuth 2.0 / OpenID Connect using the Connect UI
This integration authenticates by exchanging client credentials with your external identity provider (PingFederate, ADFS 4.0, or Okta — see the connect guide for supported providers) for an access token, then exchanging that access token for a Vault session ID via Vault’s OAuth session endpoint. If your Veeva Vault account only uses username/password authentication, use the Veeva Vault integration instead.