Downloads
Download a collection for each API you plan to use.Vanta environment
Shared variables for authentication and base URLs. Used by every collection below.
Manage Vanta
Manage your Vanta tenant: tests, controls, vendors, people, and more.
Build Integrations
Push resources from your platform into Vanta.
Auditor API
Run an audit programmatically using the Conduct an Audit endpoints.
Setup
1
Install Postman
Download Postman from the official site if you don’t have it already.
2
Import the environment and your collections
- Open Postman and click Import in the upper-left corner.
- Drag in (or select) the environment file and at least one collection from the downloads above.
- Click Import to add them to your workspace.
3
Configure environment variables
Go to Environments in the left nav and select Vanta Environment. The following variables are available:
Don’t have a
clientId or clientSecret yet? Follow the Manage Vanta quickstart to create an application.4
Authenticate
Run the Create Token request from any imported collection. A post-response script stores the token in 
bearerToken, so subsequent requests across every collection are authenticated for you.
Build Integrations variables
If you imported the Build Integrations collection, the environment includes additional variables for resource IDs. Populate these using the resource creation flow.
Next steps
Authenticate to the API
Full walkthrough of OAuth authentication.
Browse the API reference
Try every endpoint directly from the docs.