Introduction to the Connectors APIs
To build on Connectors, you'll need to register as a partner. Email [email protected] to get started.
Connectors lets you create integrations that send data to Vanta.
Vanta will process the data you send, display it across the product, and use it to automate security monitoring and compliance evidence gathering for your customers.
You can send two types of data:
- Resources: JSON blobs that describe assets managed by your tool (such as computers or accounts).
- Documents: Files generated from your tool (such as PDFs or CSVs).
Building an integration requires three steps:
- Register an application and implement OAuth to let customers connect your app
- Determine what resources or documents to send
- Create a periodic job to send resources on an hourly basis or update documents on the cadence specified in the corresponding evidence request
The typical engineering time is often 2 days or less.
Updated 3 months ago
Whatβs Next