The Vanta Postman collection includes every public API endpoint along with a pre-configured environment, so you can authenticate and make your first request in just a few steps.Documentation Index
Fetch the complete documentation index at: https://vanta.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Download the Postman collection & environment
Includes the latest API specification and a ready-to-use environment.
Setup
Install Postman
Download Postman from the official site if you don’t have it already.
Import the collection and environment
- Open Postman and click Import in the upper-left corner.
- Drag in (or select) the two JSON files you downloaded above.
- Click Import to add them to your workspace.
Configure environment variables
Go to Environments in the left nav and select the imported environment. The following variables are available:
| Variable | Description |
|---|---|
baseUrl | Preset to https://api.vanta.com/v1 — the base URL for all Vanta APIs. |
authUrl | Preset to https://api.vanta.com/oauth/token — used to fetch an access token. |
clientId | Your application’s client ID. |
clientSecret | Your application’s client secret. |
bearerToken | Set automatically after running Create Token — no manual entry needed. |
Don’t have a
clientId or clientSecret yet? Follow the Manage Vanta quickstart to create an application.Building integrations
If you’re testing the Build Integrations endpoints, 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.
