# Vanta Docs ## Docs - [List all API Endpoint Vulnerabilities](https://vanta.mintlify.app/api-reference/api-endpoint-vulnerabilities/list-all-api-endpoint-vulnerabilities.md): List `ApiEndpointVulnerabilityConnectors` resources for the given application. - [Sync all API Endpoint Vulnerabilities](https://vanta.mintlify.app/api-reference/api-endpoint-vulnerabilities/sync-all-api-endpoint-vulnerabilities.md): To send us data related to API endpoint vulnerabilities. Note that you must first sync `VulnerableComponent` resources before sending us this data, and this sync should reference the `uniqueId` field in the `VulnerableComponent` resource. - [Create an auditor](https://vanta.mintlify.app/api-reference/auditors/create-an-auditor.md): Create an auditor in Vanta. - [Accept evidence for an information request](https://vanta.mintlify.app/api-reference/audits/accept-evidence-for-an-information-request.md): Accepts evidence for an information request, confirming that all submitted evidence meets audit requirements. This action changes the request's approvalStatus to an approved state and creates an activity log entry. - [Create a comment for an information request](https://vanta.mintlify.app/api-reference/audits/create-a-comment-for-an-information-request.md): Creates a new comment for an information request. The comment author must be an auditor in the audit firm making the request. The comment will be associated with the information request and visible to all authorized users. - [Create a comment for audit evidence](https://vanta.mintlify.app/api-reference/audits/create-a-comment-for-audit-evidence.md): Create a comment in Vanta for a piece of evidence. - [Create a custom control for an audit](https://vanta.mintlify.app/api-reference/audits/create-a-custom-control-for-an-audit.md): Create a custom control for an audit. - [Create a custom evidence request for an audit](https://vanta.mintlify.app/api-reference/audits/create-a-custom-evidence-request-for-an-audit.md): Create a custom evidence request for an audit. - [Create a new information request](https://vanta.mintlify.app/api-reference/audits/create-a-new-information-request.md): Creates a new information request for an audit during audit setup or as requirements evolve. - [Delete a comment for an information request](https://vanta.mintlify.app/api-reference/audits/delete-a-comment-for-an-information-request.md): Deletes an existing comment for an information request. Only the original author of the comment can delete it. The author is identified by their email address, which must match the email of the user who created the comment. - [Delete an information request for an audit](https://vanta.mintlify.app/api-reference/audits/delete-an-information-request-for-an-audit.md): Deletes an information request for an audit. This performs a soft delete, marking the request as deleted (setting `deletionDate`) while preserving it in the system for audit history and compliance tracking. - [Flag evidence for an information request](https://vanta.mintlify.app/api-reference/audits/flag-evidence-for-an-information-request.md): Flags evidence for an information request when it doesn't meet audit requirements, marking issues that need to be addressed before approval. This action changes the request's approvalStatus to a flagged state and creates an activity log entry. - [Get an information request by ID](https://vanta.mintlify.app/api-reference/audits/get-an-information-request-by-id.md): Retrieves a single information request by its ID for an audit, allowing external audit management systems to fetch the latest state of a specific request without paginating through the full list. - [Get audit by ID](https://vanta.mintlify.app/api-reference/audits/get-audit-by-id.md): Returns a single audit by ID, scoped to the audit firm. - [Get framework codes for an audit](https://vanta.mintlify.app/api-reference/audits/get-framework-codes-for-an-audit.md): Retrieves all valid framework codes for the specified audit. This endpoint helps users discover which framework codes are available for creating and updating information requests for this audit. - [Get test snapshot detail for an evidence row](https://vanta.mintlify.app/api-reference/audits/get-test-snapshot-detail-for-an-evidence-row.md): Retrieves the rich detail for a single VANTA_TEST_SNAPSHOT evidence row attached to an information request. The response includes test-level metadata (description, integrations, SLA) and the raw test data captured at snapshot time, presented as a uniform array of rows regardless of whether the snaps… - [List audit comments](https://vanta.mintlify.app/api-reference/audits/list-audit-comments.md): Returns a paginated list of comments for an audit. - [List audit controls](https://vanta.mintlify.app/api-reference/audits/list-audit-controls.md): Returns a paginated list of controls for an audit. - [List audit evidence](https://vanta.mintlify.app/api-reference/audits/list-audit-evidence.md): Returns a paginated list of evidence for an audit. - [List audit evidence url](https://vanta.mintlify.app/api-reference/audits/list-audit-evidence-url.md): Returns a paginated list of evidence urls for an audit. This endpoint should be called whenever an evidence is created or has a statusUpdatedAt field that is more recent than the most recent polling event. - [List audits](https://vanta.mintlify.app/api-reference/audits/list-audits.md): Returns a paginated list of audits scoped to the audit firm. - [List comments for an information request](https://vanta.mintlify.app/api-reference/audits/list-comments-for-an-information-request.md): Retrieves a paginated list of comments for an information request, enabling auditors to view communication history and collaborate with customers. - [List evidence for an information request](https://vanta.mintlify.app/api-reference/audits/list-evidence-for-an-information-request.md): Retrieves a paginated list of all evidence attached to an information request, enabling auditors to review evidence submitted by customers. - [List information request activity](https://vanta.mintlify.app/api-reference/audits/list-information-request-activity.md): Retrieves a paginated list of activity logs for an information request, providing a complete audit trail of all changes and actions. - [List information requests for an audit](https://vanta.mintlify.app/api-reference/audits/list-information-requests-for-an-audit.md): Retrieves a paginated list of all information requests for an audit, enabling external audit management systems to display and track evidence requests. - [List information requests linked to a control within an audit](https://vanta.mintlify.app/api-reference/audits/list-information-requests-linked-to-a-control-within-an-audit.md): Returns a paginated list of active information requests linked to a specific control within an IRL audit. An information request is linked to a control either via its framework codes (`criteriaIds`) or via a direct association (`additionalControlIds`). - [List snapshotted issues for an audit](https://vanta.mintlify.app/api-reference/audits/list-snapshotted-issues-for-an-audit.md): Retrieves a list of all issues that have been shared with an audit. - [List snapshotted issues for an audit](https://vanta.mintlify.app/api-reference/audits/list-snapshotted-issues-for-an-audit-1.md): Retrieves a list of snapshots that have been shared with an audit. - [Share information request list with customer](https://vanta.mintlify.app/api-reference/audits/share-information-request-list-with-customer.md): Shares the current information request list for an audit with the customer organization, making it visible in their portal. This action allows the customer to see all information requests that have been created for their audit. Only IRL audits are supported. - [Update a comment for an information request](https://vanta.mintlify.app/api-reference/audits/update-a-comment-for-an-information-request.md): Updates an existing comment for an information request. Only the original author of the comment can update it. The author is identified by their email address, which must match the email of the user who created the comment. - [Update an information request for an audit](https://vanta.mintlify.app/api-reference/audits/update-an-information-request-for-an-audit.md): Updates an existing information request for an audit, allowing modification of request details as audit requirements evolve. Supports partial updates where only specified fields are changed; omitted fields remain unchanged. - [Update audit evidence](https://vanta.mintlify.app/api-reference/audits/update-audit-evidence.md): Update audit evidence. - [List all Background Checks](https://vanta.mintlify.app/api-reference/background-checks/list-all-background-checks.md): List `BackgroundCheckConnector` resources for the given application. - [Sync all Background Checks](https://vanta.mintlify.app/api-reference/background-checks/sync-all-background-checks.md): To send us data regarding employee/contractor background checks, you send us `BackgroundCheckConnector` resources. This helps us determine current background check statuses. - [Delete contract](https://vanta.mintlify.app/api-reference/contracts/delete-contract.md): Delete a contract by ID. - [Get contract](https://vanta.mintlify.app/api-reference/contracts/get-contract.md): Get a contract by ID. - [List contracts](https://vanta.mintlify.app/api-reference/contracts/list-contracts.md): List contracts, paginated. - [Upload contract](https://vanta.mintlify.app/api-reference/contracts/upload-contract.md): Upload a contract. - [Add control from Vanta library](https://vanta.mintlify.app/api-reference/controls/add-control-from-vanta-library.md): Add a control from the Vanta library to your organization's controls. - [Add control to document mapping](https://vanta.mintlify.app/api-reference/controls/add-control-to-document-mapping.md): Add a document to a control. - [Add control to test mapping](https://vanta.mintlify.app/api-reference/controls/add-control-to-test-mapping.md): Add a control to test mapping. - [Create custom control](https://vanta.mintlify.app/api-reference/controls/create-custom-control.md): Create a custom control. - [Deactivates a control](https://vanta.mintlify.app/api-reference/controls/deactivates-a-control.md): Deactivates a custom or Vanta control. - [Get control by an ID](https://vanta.mintlify.app/api-reference/controls/get-control-by-an-id.md): Get a control by an ID. - [List a control's documents](https://vanta.mintlify.app/api-reference/controls/list-a-controls-documents.md): List a control's documents. - [List a control's tests](https://vanta.mintlify.app/api-reference/controls/list-a-controls-tests.md): List a control's tests. - [List controls](https://vanta.mintlify.app/api-reference/controls/list-controls.md): List controls. - [List Vanta controls from the library](https://vanta.mintlify.app/api-reference/controls/list-vanta-controls-from-the-library.md): List Vanta controls from the library. - [Remove control from document mapping](https://vanta.mintlify.app/api-reference/controls/remove-control-from-document-mapping.md): Remove a document by ID from a control. - [Remove control from test mapping](https://vanta.mintlify.app/api-reference/controls/remove-control-from-test-mapping.md): Remove a control from test mapping. - [Set owner of a control](https://vanta.mintlify.app/api-reference/controls/set-owner-of-a-control.md): Assign a control to a user or remove an owner from a control. - [Update a control's metadata](https://vanta.mintlify.app/api-reference/controls/update-a-controls-metadata.md): Update a control's metadata. - [List all Custom Resources](https://vanta.mintlify.app/api-reference/custom-resources/list-all-custom-resources.md): List `CustomResource` resources for the given application. - [Sync all Custom Resources](https://vanta.mintlify.app/api-reference/custom-resources/sync-all-custom-resources.md): To send data of custom resource that you want to build custom tests on, use `CustomResource`. - [Approve questionnaire](https://vanta.mintlify.app/api-reference/customer-trust/approve-questionnaire.md): Mark a questionnaire as `APPROVED` and optionally provide a `statusChangeMessage`. - [Complete questionnaire](https://vanta.mintlify.app/api-reference/customer-trust/complete-questionnaire.md): Complete a questionnaire and optionally sync approved answers to the answer library. - [Create customer trust account](https://vanta.mintlify.app/api-reference/customer-trust/create-customer-trust-account.md): Create a new customer trust account. - [Create file questionnaire](https://vanta.mintlify.app/api-reference/customer-trust/create-file-questionnaire.md): Create a new file-based questionnaire from an uploaded file (.xlsx, .docx, .pdf). File type is inferred as `SPREADSHEET` or `DOCUMENT` based on the uploaded file. - [Create questionnaire export](https://vanta.mintlify.app/api-reference/customer-trust/create-questionnaire-export.md): Creates an asynchronous export job for a questionnaire. The export processes in the background and typically completes within a few minutes depending on questionnaire size. - [Create website questionnaire](https://vanta.mintlify.app/api-reference/customer-trust/create-website-questionnaire.md): Create a new website-based questionnaire from a portal URL. - [Delete customer trust account](https://vanta.mintlify.app/api-reference/customer-trust/delete-customer-trust-account.md): Delete a customer trust account by ID. - [Delete questionnaire](https://vanta.mintlify.app/api-reference/customer-trust/delete-questionnaire.md): Delete a questionnaire by ID. - [Get customer trust account](https://vanta.mintlify.app/api-reference/customer-trust/get-customer-trust-account.md): Get a specific customer trust account by ID. - [Get questionnaire by ID](https://vanta.mintlify.app/api-reference/customer-trust/get-questionnaire-by-id.md): Retrieve a questionnaire by ID. - [Get questionnaire export status](https://vanta.mintlify.app/api-reference/customer-trust/get-questionnaire-export-status.md): Retrieves the current status and result of a questionnaire export using the id received from either the `createQuestionnaireExport` endpoint or the `v1.questionnaire.export-completed` webhook payload. - [Get tags for category](https://vanta.mintlify.app/api-reference/customer-trust/get-tags-for-category.md): Retrieve a tag category and its associated tags by category ID. - [List assignable users](https://vanta.mintlify.app/api-reference/customer-trust/list-assignable-users.md): List users who can be assigned as owner or approver on a questionnaire. - [List customer trust accounts](https://vanta.mintlify.app/api-reference/customer-trust/list-customer-trust-accounts.md): List customer trust accounts with pagination. - [List questionnaires](https://vanta.mintlify.app/api-reference/customer-trust/list-questionnaires.md): List questionnaires with filtering and pagination. - [List tag categories](https://vanta.mintlify.app/api-reference/customer-trust/list-tag-categories.md): List user-defined tag categories. Optionally filter by product context. - [Update customer trust account](https://vanta.mintlify.app/api-reference/customer-trust/update-customer-trust-account.md): Update a customer trust account by ID. - [Update questionnaire](https://vanta.mintlify.app/api-reference/customer-trust/update-questionnaire.md): Update an existing questionnaire. - [Adds a discovered vendor to managed vendor by ID](https://vanta.mintlify.app/api-reference/discovered-vendors/adds-a-discovered-vendor-to-managed-vendor-by-id.md): Add a discovered vendor to managed vendor. - [List discovered vendors](https://vanta.mintlify.app/api-reference/discovered-vendors/list-discovered-vendors.md): List discovered vendors. - [List of discovered vendor accounts](https://vanta.mintlify.app/api-reference/discovered-vendors/list-of-discovered-vendor-accounts.md): List of discovered vendor accounts. - [Create a custom document](https://vanta.mintlify.app/api-reference/documents/create-a-custom-document.md): Create a custom document. - [Create document link](https://vanta.mintlify.app/api-reference/documents/create-document-link.md): Create a link for a document. - [Delete document by ID](https://vanta.mintlify.app/api-reference/documents/delete-document-by-id.md): Delete a document by ID. - [Delete file for a document](https://vanta.mintlify.app/api-reference/documents/delete-file-for-a-document.md): Delete a file for a document. - [Download file for document](https://vanta.mintlify.app/api-reference/documents/download-file-for-document.md): Download a file from a document. - [Get document by ID](https://vanta.mintlify.app/api-reference/documents/get-document-by-id.md): Get a document by ID. - [List documents](https://vanta.mintlify.app/api-reference/documents/list-documents.md): List documents. - [List document's controls](https://vanta.mintlify.app/api-reference/documents/list-documents-controls.md): List a document's associated controls. - [List document's links](https://vanta.mintlify.app/api-reference/documents/list-documents-links.md): List the uploaded links for a document. - [List document's uploads](https://vanta.mintlify.app/api-reference/documents/list-documents-uploads.md): List the uploaded files for a document. - [Remove document link](https://vanta.mintlify.app/api-reference/documents/remove-document-link.md): Remove a link from a document. - [Set document owner](https://vanta.mintlify.app/api-reference/documents/set-document-owner.md): Assign or unassign a user to the document. - [Submit document collection](https://vanta.mintlify.app/api-reference/documents/submit-document-collection.md): Submit document collection. - [Upload file for document](https://vanta.mintlify.app/api-reference/documents/upload-file-for-document.md): Upload a file for a document. - [List event logs](https://vanta.mintlify.app/api-reference/event-logs/list-event-logs.md): List event logs. - [Get framework by ID](https://vanta.mintlify.app/api-reference/frameworks/get-framework-by-id.md): Get a framework by ID. - [List a framework's controls](https://vanta.mintlify.app/api-reference/frameworks/list-a-frameworks-controls.md): List a framework's controls. - [List available frameworks](https://vanta.mintlify.app/api-reference/frameworks/list-available-frameworks.md): Lists available frameworks. - [Add people to group](https://vanta.mintlify.app/api-reference/groups/add-people-to-group.md): Add people to a group. - [Add person to a group](https://vanta.mintlify.app/api-reference/groups/add-person-to-a-group.md): Add a single person, by ID, to a group. - [Get group by ID](https://vanta.mintlify.app/api-reference/groups/get-group-by-id.md): Get a group by ID. - [List groups](https://vanta.mintlify.app/api-reference/groups/list-groups.md): Lists all groups by ID. - [List people in a group](https://vanta.mintlify.app/api-reference/groups/list-people-in-a-group.md): List people in a group. - [Remove people from group](https://vanta.mintlify.app/api-reference/groups/remove-people-from-group.md): Remove people from a group. - [Remove person from a group](https://vanta.mintlify.app/api-reference/groups/remove-person-from-a-group.md): Remove a single person, by ID, from a group. - [Get a connected integration](https://vanta.mintlify.app/api-reference/integrations/get-a-connected-integration.md): Gets details for a specific integration by connection ID. - [Get details for resource kind](https://vanta.mintlify.app/api-reference/integrations/get-details-for-resource-kind.md): Gets details for a specific resource type (kind) such as S3Bucket or CloudwatchLogGroup. - [Get resource by ID](https://vanta.mintlify.app/api-reference/integrations/get-resource-by-id.md): Gets resource by its ID. - [List connected integrations](https://vanta.mintlify.app/api-reference/integrations/list-connected-integrations.md): Lists all integrations connected to a Vanta instance. - [List integration resource kinds](https://vanta.mintlify.app/api-reference/integrations/list-integration-resource-kinds.md): Lists a connected integration's resource types (kinds) such as S3Bucket or CloudwatchLogGroup. - [List resources](https://vanta.mintlify.app/api-reference/integrations/list-resources.md): Lists resources for a specific integration and resource type (kind) such as S3Bucket or CloudwatchLogGroup. - [Update resource metadata](https://vanta.mintlify.app/api-reference/integrations/update-resource-metadata.md): Updates metadata for multiple resources. - [Update resource metadata](https://vanta.mintlify.app/api-reference/integrations/update-resource-metadata-1.md): Updates metadata for a specific resource such as an S3Bucket or CloudwatchLogGroup. - [Create Answer Library entry](https://vanta.mintlify.app/api-reference/knowledge-base/create-answer-library-entry.md): Create an Answer Library entry. - [Create document resource](https://vanta.mintlify.app/api-reference/knowledge-base/create-document-resource.md): Create a document (FILE-type) resource in the Trust Knowledge Base. Accepts the document as a multipart/form-data upload. - [Create webpage resource](https://vanta.mintlify.app/api-reference/knowledge-base/create-webpage-resource.md): Create a webpage (URL-type) resource in the Trust Knowledge Base. - [Delete Answer Library entry](https://vanta.mintlify.app/api-reference/knowledge-base/delete-answer-library-entry.md): Delete an Answer Library entry. - [Delete Knowledge Base resource](https://vanta.mintlify.app/api-reference/knowledge-base/delete-knowledge-base-resource.md): Hard-delete a Knowledge Base resource (FILE or URL) by id. Tears down the row plus its associated state (uploaded document for FILE rows, Trust Center references, Oso facts, chunk-store entries) via . - [Get Answer Library entry](https://vanta.mintlify.app/api-reference/knowledge-base/get-answer-library-entry.md): Get an Answer Library entry. - [Get Knowledge Base resource](https://vanta.mintlify.app/api-reference/knowledge-base/get-knowledge-base-resource.md): Fetch a single Knowledge Base resource (FILE or URL) by id. Returns the same `type`-discriminated union as the list endpoint, so callers can branch on `type` without knowing the kind ahead of time. Returns 404 when the resource does not exist in the domain or — for FILE rows — when the underlying up… - [List Answer Library entries](https://vanta.mintlify.app/api-reference/knowledge-base/list-answer-library-entries.md): List Answer Library entries. Supports full-text search, tag filtering (OR across the given tags), and date-range filters on last-updated and expiration. - [List Knowledge Base resources](https://vanta.mintlify.app/api-reference/knowledge-base/list-knowledge-base-resources.md): List Knowledge Base resources (documents and webpages) in a single paginated response. Each entry is a discriminated union on `type` — "FILE" entries carry a `fileUrl` (presigned S3 URL, valid for one hour), "URL" entries carry the resource's `url` and `includeSubPages`. - [Replace document resource file](https://vanta.mintlify.app/api-reference/knowledge-base/replace-document-resource-file.md): Replace the underlying file on a document (FILE-type) resource with a new multipart upload. Other resource fields (title, description, visibility, tags, owner, etc.) are unchanged — use PATCH for those. Returns 404 for an unknown id or a URL-type resource. - [Update Answer Library entry](https://vanta.mintlify.app/api-reference/knowledge-base/update-answer-library-entry.md): Update an Answer Library entry. - [Update document resource](https://vanta.mintlify.app/api-reference/knowledge-base/update-document-resource.md): Apply a partial update to a document (FILE-type) resource. Omitted fields are left untouched. To swap the underlying file, use `POST /v1/knowledge-base/resources/documents/{id}/upload`. Returns 404 for an unknown id or a URL-type resource. - [Update webpage resource](https://vanta.mintlify.app/api-reference/knowledge-base/update-webpage-resource.md): Apply a partial update to a webpage (URL-type) resource. Omitted fields are left untouched. `description`, `ownerAssignment`, and `expirationDate` accept `null` to clear. The resource URL is not updatable here — recreate the resource if the URL needs to change. Returns 404 for an unknown id or a FIL… - [Verify Answer Library entry](https://vanta.mintlify.app/api-reference/knowledge-base/verify-answer-library-entry.md): Mark an Answer Library entry as verified. Stamps `lastVerifiedAt` to the current time; the entry's question, answer, tags, owner, and expiration are left unchanged. - [Verify Knowledge Base resource](https://vanta.mintlify.app/api-reference/knowledge-base/verify-knowledge-base-resource.md): Mark a Knowledge Base resource (FILE or URL) as verified. Stamps `lastVerifiedAt` to the current time and resets `expiresAt` forward by the domain's configured review cadence; the resource's content (title, description, file or url, tags, owner) is left unchanged. Caller does not need to know the re… - [List all MacOS User Computers](https://vanta.mintlify.app/api-reference/macos-user-computers/list-all-macos-user-computers.md): List `MacosUserComputer` resources for the given application. - [Sync all MacOS User Computers](https://vanta.mintlify.app/api-reference/macos-user-computers/sync-all-macos-user-computers.md): To send us data related to employee/contractor MacOS computers, you send us `MacosUserComputer` resources. This helps us determine important security properties, like whether devices have encrypted drives, have anti-virus installed or have password managers installed. - [Get monitored computer by ID](https://vanta.mintlify.app/api-reference/monitored-computers/get-monitored-computer-by-id.md): Returns a monitored computer by ID. - [List monitored computers](https://vanta.mintlify.app/api-reference/monitored-computers/list-monitored-computers.md): Returns a list of computers monitored by an MDM (with an integration built by Vanta) or by the Vanta Agent. Currently this list does not include resources from partner or customer-built integrations. - [List all Package Vulnerabilities](https://vanta.mintlify.app/api-reference/package-vulnerabilities/list-all-package-vulnerabilities.md): List `PackageVulnerabilityConnectors` resources for the given application. - [Sync all Package Vulnerabilities](https://vanta.mintlify.app/api-reference/package-vulnerabilities/sync-all-package-vulnerabilities.md): To send us data related to package vulnerabilities. Note that you must first sync `VulnerableComponent` resources before sending us this data, and this sync should reference the `uniqueId` field in the `VulnerableComponent` resource. - [Get person by ID](https://vanta.mintlify.app/api-reference/people/get-person-by-id.md): Returns a person by ID. - [List people](https://vanta.mintlify.app/api-reference/people/list-people.md): Returns a list of all people. - [Mark as not people](https://vanta.mintlify.app/api-reference/people/mark-as-not-people.md): Mark a set of accounts on the People Page as "not a person." As a result, these accounts will not be treated as people in Vanta, and you will not be able to assign them tasks or use them in tests related to your company's personnel. - [Mark as people](https://vanta.mintlify.app/api-reference/people/mark-as-people.md): Mark a set of accounts on the People Page as "people." As a result, these accounts will be treated as people in Vanta, and you will be able to assign them tasks and use them in tests related to your company's personnel. - [Offboard people](https://vanta.mintlify.app/api-reference/people/offboard-people.md): Offboard a list of people. A person is only eligible for offboarding completion when: 1. They are an ex-employee. 2. All of the person's monitored accounts are deactivated or manually overwritten as such. 3. All of a person's custom offboarding tasks have been completed. All of the person's unmonito… - [Remove leave information](https://vanta.mintlify.app/api-reference/people/remove-leave-information.md): Remove leave information on a person. The person will become active in Vanta, and will be considered in certain tests related to personnel. - [Set leave information](https://vanta.mintlify.app/api-reference/people/set-leave-information.md): Set leave information on a person. A person on leave is inactive in Vanta and will not be considered in certain personnel-related tests. If the person has existing leave information, it will be cleared and replaced. - [Update person metadata](https://vanta.mintlify.app/api-reference/people/update-person-metadata.md): Update a person's basic information. - [Get policy by ID](https://vanta.mintlify.app/api-reference/policies/get-policy-by-id.md): Gets a policy by ID. Policy IDs can be found in Vanta in URL bar after /policies/. - [List policies](https://vanta.mintlify.app/api-reference/policies/list-policies.md): Lists all policies. - [Cancel risk scenario approval request](https://vanta.mintlify.app/api-reference/risk-scenarios/cancel-risk-scenario-approval-request.md): Cancel approval request for a risk scenario. - [Create risk scenario](https://vanta.mintlify.app/api-reference/risk-scenarios/create-risk-scenario.md): Create a new risk scenario. - [Get risk scenario by ID](https://vanta.mintlify.app/api-reference/risk-scenarios/get-risk-scenario-by-id.md): Get a risk scenario by ID (can be the Risk ID or the object ID). - [Link controls to a risk scenario](https://vanta.mintlify.app/api-reference/risk-scenarios/link-controls-to-a-risk-scenario.md): Link one or more controls to a risk scenario. - [List risk scenarios](https://vanta.mintlify.app/api-reference/risk-scenarios/list-risk-scenarios.md): List risk scenarios. - [Submit risk scenario for approval](https://vanta.mintlify.app/api-reference/risk-scenarios/submit-risk-scenario-for-approval.md): Submit a risk scenario for approval. - [Update risk scenario](https://vanta.mintlify.app/api-reference/risk-scenarios/update-risk-scenario.md): Update a risk scenario. - [List all secrets](https://vanta.mintlify.app/api-reference/secrets/list-all-secrets.md): List `Secret` resources for the given application. - [Sync all secrets](https://vanta.mintlify.app/api-reference/secrets/sync-all-secrets.md): To send metadata of a secret used to access applications or infrastructure, use `Secret`. - [List all security tasks](https://vanta.mintlify.app/api-reference/security-tasks/list-all-security-tasks.md): List `SecurityTask` resources for the given application. - [Sync all security tasks](https://vanta.mintlify.app/api-reference/security-tasks/sync-all-security-tasks.md): To send us data related to security relevant tasks/follow-ups your system, you send us `SecurityTask` resources. This helps us determine whether security relevant tasks are being completed in a timely manner. - [List all Static Code Analysis Vulnerabilities](https://vanta.mintlify.app/api-reference/static-code-analysis-vulnerabilities/list-all-static-code-analysis-vulnerabilities.md): List `StaticAnalysisCodeVulnerabilityConnectors` resources for the given application. - [Sync all Static Code Analysis Vulnerabilities](https://vanta.mintlify.app/api-reference/static-code-analysis-vulnerabilities/sync-all-static-code-analysis-vulnerabilities.md): To send us data related to static code analysis vulnerabilities. Note that you must first sync `VulnerableComponent` resources before sending us this data, and this sync should reference the `uniqueId` field in the `VulnerableComponent` resource. - [Deactivate test entity](https://vanta.mintlify.app/api-reference/tests/deactivate-test-entity.md): Deactivates a single test item (test entity). There may be a delay in the deactivation of the test entity until the next test run. Use the /vulnerabilities/deactivate endpoint for vulnerabilities. - [Get test by ID](https://vanta.mintlify.app/api-reference/tests/get-test-by-id.md): Gets a test by ID. Test IDs can be found in Vanta in URL bar after /tests/. - [Get test entities by test ID](https://vanta.mintlify.app/api-reference/tests/get-test-entities-by-test-id.md): Gets a list of tested items (entities) for a test by test ID. An entity is a tested item that can have its own outcome. For example, for a test that makes sure that all S3 buckets are versioned, an individual S3 bucket would be an entity. - [List tests](https://vanta.mintlify.app/api-reference/tests/list-tests.md): Lists all tests based on applied filters. - [Reactivate test entity](https://vanta.mintlify.app/api-reference/tests/reactivate-test-entity.md): Reactivates a single tested item (test entity). There may be a delay in the reactivation of the test entity until the next test run. Use the /vulnerabilities/reactivate endpoint for vulnerabilities. - [Add Trust Center control](https://vanta.mintlify.app/api-reference/trust-centers/add-trust-center-control.md): Adds a control to a Trust Center. - [Add Trust Center control category](https://vanta.mintlify.app/api-reference/trust-centers/add-trust-center-control-category.md): Adds a control category to a Trust Center. - [Add Trust Center viewer](https://vanta.mintlify.app/api-reference/trust-centers/add-trust-center-viewer.md): Adds a viewer and grants them access to a Trust Center. - [Approve Trust Center access request](https://vanta.mintlify.app/api-reference/trust-centers/approve-trust-center-access-request.md): Approves an access request on a Trust Center. - [Create Trust Center document](https://vanta.mintlify.app/api-reference/trust-centers/create-trust-center-document.md): Adds a document to a Trust Center. - [Create Trust Center FAQ](https://vanta.mintlify.app/api-reference/trust-centers/create-trust-center-faq.md): Adds an FAQ to a Trust Center. - [Create Trust Center subprocessor](https://vanta.mintlify.app/api-reference/trust-centers/create-trust-center-subprocessor.md): Adds a subprocessor to a Trust Center. - [Create Trust Center subscriber](https://vanta.mintlify.app/api-reference/trust-centers/create-trust-center-subscriber.md): Adds a subscriber to a Trust Center. - [Create Trust Center subscriber group](https://vanta.mintlify.app/api-reference/trust-centers/create-trust-center-subscriber-group.md): Adds a subscriber group to a Trust Center. - [Create Trust Center update](https://vanta.mintlify.app/api-reference/trust-centers/create-trust-center-update.md): Adds an update to a Trust Center. - [Delete Trust Center control](https://vanta.mintlify.app/api-reference/trust-centers/delete-trust-center-control.md): Removes a specific control from a Trust Center. This removes the control from all of the control categories that is in. - [Delete Trust Center control category](https://vanta.mintlify.app/api-reference/trust-centers/delete-trust-center-control-category.md): Removes a control category from a Trust Center along with all of the controls in the category. - [Delete Trust Center document](https://vanta.mintlify.app/api-reference/trust-centers/delete-trust-center-document.md): Removes a specific document from a Trust Center. - [Delete Trust Center FAQ](https://vanta.mintlify.app/api-reference/trust-centers/delete-trust-center-faq.md): Remove a specific FAQ from the Trust Center by ID. - [Delete Trust Center subprocessor](https://vanta.mintlify.app/api-reference/trust-centers/delete-trust-center-subprocessor.md): Removes a subprocessor from a Trust Center. - [Delete Trust Center subscriber](https://vanta.mintlify.app/api-reference/trust-centers/delete-trust-center-subscriber.md): Removes a subscriber from a Trust Center. - [Delete Trust Center subscriber group](https://vanta.mintlify.app/api-reference/trust-centers/delete-trust-center-subscriber-group.md): Removes a subscriber group from a Trust Center. - [Delete Trust Center update](https://vanta.mintlify.app/api-reference/trust-centers/delete-trust-center-update.md): Removes an update from a Trust Center. - [Deny Trust Center access request](https://vanta.mintlify.app/api-reference/trust-centers/deny-trust-center-access-request.md): Denies an access request on a Trust Center. - [Edit Trust Center subscriber group](https://vanta.mintlify.app/api-reference/trust-centers/edit-trust-center-subscriber-group.md): Edits a Trust Center subscriber group. - [Get Trust Center](https://vanta.mintlify.app/api-reference/trust-centers/get-trust-center.md): Gets a Trust Center by slug ID. - [Get Trust Center access request](https://vanta.mintlify.app/api-reference/trust-centers/get-trust-center-access-request.md): Gets a specific access request for a Trust Center. - [Get Trust Center control](https://vanta.mintlify.app/api-reference/trust-centers/get-trust-center-control.md): Gets a specific control on a Trust Center. - [Get Trust Center control category](https://vanta.mintlify.app/api-reference/trust-centers/get-trust-center-control-category.md): Gets a specific control category on a Trust Center. - [Get Trust Center document](https://vanta.mintlify.app/api-reference/trust-centers/get-trust-center-document.md): Gets a specific document on a Trust Center. - [Get Trust Center FAQ](https://vanta.mintlify.app/api-reference/trust-centers/get-trust-center-faq.md): Gets a specific FAQ on the Trust Center by ID. - [Get Trust Center subprocessor](https://vanta.mintlify.app/api-reference/trust-centers/get-trust-center-subprocessor.md): Gets a specific subprocessor on a Trust Center. - [Get Trust Center subscriber](https://vanta.mintlify.app/api-reference/trust-centers/get-trust-center-subscriber.md): Gets a specific subscriber on a Trust Center. - [Get Trust Center subscriber group](https://vanta.mintlify.app/api-reference/trust-centers/get-trust-center-subscriber-group.md): Get a subscriber group by ID. - [Get Trust Center update](https://vanta.mintlify.app/api-reference/trust-centers/get-trust-center-update.md): Gets a specific update on a Trust Center. - [Get Trust Center viewer](https://vanta.mintlify.app/api-reference/trust-centers/get-trust-center-viewer.md): Gets a specific viewer for a Trust Center. - [Get uploaded media for Trust Center document](https://vanta.mintlify.app/api-reference/trust-centers/get-uploaded-media-for-trust-center-document.md): Gets the actual given uploaded document for a Trust Center. - [List historical Trust Center access requests](https://vanta.mintlify.app/api-reference/trust-centers/list-historical-trust-center-access-requests.md): Gets a list of historical (approved or denied) access requests for a Trust Center. - [List Trust Center access requests](https://vanta.mintlify.app/api-reference/trust-centers/list-trust-center-access-requests.md): Gets a list of access requests for a Trust Center. - [List Trust Center control categories](https://vanta.mintlify.app/api-reference/trust-centers/list-trust-center-control-categories.md): Gets a list of control categories on a Trust Center. - [List Trust Center controls](https://vanta.mintlify.app/api-reference/trust-centers/list-trust-center-controls.md): Gets a list of controls on a Trust Center. - [List Trust Center FAQs](https://vanta.mintlify.app/api-reference/trust-centers/list-trust-center-faqs.md): Gets a list of FAQs on a Trust Center. - [List Trust Center resources](https://vanta.mintlify.app/api-reference/trust-centers/list-trust-center-resources.md): Gets a list of resources on a Trust Center. - [List Trust Center subprocessors](https://vanta.mintlify.app/api-reference/trust-centers/list-trust-center-subprocessors.md): Gets the list of subprocessors on a Trust Center. - [List Trust Center subscriber groups](https://vanta.mintlify.app/api-reference/trust-centers/list-trust-center-subscriber-groups.md): Gets a list of subscriber groups on a Trust Center. - [List Trust Center subscribers](https://vanta.mintlify.app/api-reference/trust-centers/list-trust-center-subscribers.md): Gets a list of subscribers on a Trust Center. - [List Trust Center updates](https://vanta.mintlify.app/api-reference/trust-centers/list-trust-center-updates.md): Gets a list of updates on a Trust Center. - [List Trust Center viewer activity events](https://vanta.mintlify.app/api-reference/trust-centers/list-trust-center-viewer-activity-events.md): Gets a list of viewer activity events on a Trust Center. - [List Trust Center viewers](https://vanta.mintlify.app/api-reference/trust-centers/list-trust-center-viewers.md): Gets a list of viewers that have been granted access to a Trust Center. - [Remove Trust Center viewer](https://vanta.mintlify.app/api-reference/trust-centers/remove-trust-center-viewer.md): Revokes a viewer's access to a Trust Center. - [Send Trust Center update notifications to all subscribers](https://vanta.mintlify.app/api-reference/trust-centers/send-trust-center-update-notifications-to-all-subscribers.md): Sends notifications for a specific Trust Center update to all subscribers. - [Send Trust Center update notifications to specific subscribers](https://vanta.mintlify.app/api-reference/trust-centers/send-trust-center-update-notifications-to-specific-subscribers.md): Sends notifications for a specific Trust Center update to specific subscribers. At least one subscriber group or email address is required. - [Set groups for a Trust Center subscriber](https://vanta.mintlify.app/api-reference/trust-centers/set-groups-for-a-trust-center-subscriber.md): Sets groups on a subscriber. - [Update Trust Center](https://vanta.mintlify.app/api-reference/trust-centers/update-trust-center.md): Updates a Trust Center by slug ID. - [Update Trust Center control category](https://vanta.mintlify.app/api-reference/trust-centers/update-trust-center-control-category.md): Updates a control category on a Trust Center. - [Update Trust Center document](https://vanta.mintlify.app/api-reference/trust-centers/update-trust-center-document.md): Updates a specific document on a Trust Center. - [Update Trust Center FAQ](https://vanta.mintlify.app/api-reference/trust-centers/update-trust-center-faq.md): Update a specific FAQ on the Trust Center by ID. - [Update Trust Center subprocessor](https://vanta.mintlify.app/api-reference/trust-centers/update-trust-center-subprocessor.md): Updates a subprocessor on a Trust Center. - [Update Trust Center update](https://vanta.mintlify.app/api-reference/trust-centers/update-trust-center-update.md): Updates an update on a Trust Center. - [List all user accounts](https://vanta.mintlify.app/api-reference/user-accounts/list-all-user-accounts.md): List `UserAccount` resources for the given application. - [Sync all user accounts](https://vanta.mintlify.app/api-reference/user-accounts/sync-all-user-accounts.md): To send us data related to users in your system, you send us `UserAccount` resources. Every partner must send us `UserAccount` resources. This helps us determine whether users have appropriate levels of access and have a secure authentication mechanism. - [List all user security training statuses](https://vanta.mintlify.app/api-reference/user-security-training-statuses/list-all-user-security-training-statuses.md): List `UserSecurityTrainingStatus` resources for the given application. - [Sync all user security training statuses](https://vanta.mintlify.app/api-reference/user-security-training-statuses/sync-all-user-security-training-statuses.md): To send us data related to security trainings, you send us `UserSecurityTrainingStatus` resources. This helps us determine whether users have completed their security and compliance trainings in a timely manner. - [Get user by ID](https://vanta.mintlify.app/api-reference/users/get-user-by-id.md): Returns a user by ID. - [List active users](https://vanta.mintlify.app/api-reference/users/list-active-users.md): Returns a list of all active users. - [List vendor risk attributes](https://vanta.mintlify.app/api-reference/vendor-risk-attributes/list-vendor-risk-attributes.md): Returns a list of vendor risk attributes. - [Add a vendor finding](https://vanta.mintlify.app/api-reference/vendors/add-a-vendor-finding.md): Add vendor finding. - [Add document to a vendor](https://vanta.mintlify.app/api-reference/vendors/add-document-to-a-vendor.md): Add document to a vendor. - [Add document to security review](https://vanta.mintlify.app/api-reference/vendors/add-document-to-security-review.md): Add document to a security review. - [Create a vendor](https://vanta.mintlify.app/api-reference/vendors/create-a-vendor.md): Add vendor with metadata. - [Delete a security review document by ID](https://vanta.mintlify.app/api-reference/vendors/delete-a-security-review-document-by-id.md): Delete a security review document. - [Delete finding by ID](https://vanta.mintlify.app/api-reference/vendors/delete-finding-by-id.md): Deletes a finding. - [Delete vendor by ID](https://vanta.mintlify.app/api-reference/vendors/delete-vendor-by-id.md): Deletes a vendor. - [Get security review by ID](https://vanta.mintlify.app/api-reference/vendors/get-security-review-by-id.md): Returns a security review. - [Get vendor by ID](https://vanta.mintlify.app/api-reference/vendors/get-vendor-by-id.md): Get a vendor. - [List security review documents](https://vanta.mintlify.app/api-reference/vendors/list-security-review-documents.md): Lists a security review's documents. - [List security reviews by vendor ID](https://vanta.mintlify.app/api-reference/vendors/list-security-reviews-by-vendor-id.md): Returns a vendor's security reviews. - [List vendor documents](https://vanta.mintlify.app/api-reference/vendors/list-vendor-documents.md): Returns a vendor's list of documents. - [List vendor findings](https://vanta.mintlify.app/api-reference/vendors/list-vendor-findings.md): Lists a vendor's findings. - [List vendors](https://vanta.mintlify.app/api-reference/vendors/list-vendors.md): List of vendors. - [Set vendor status](https://vanta.mintlify.app/api-reference/vendors/set-vendor-status.md): Sets the status of a vendor, which can be MANAGED, ARCHIVED, or IN_PROCUREMENT. - [Update vendor by ID](https://vanta.mintlify.app/api-reference/vendors/update-vendor-by-id.md): Update vendor. - [Update vendor finding](https://vanta.mintlify.app/api-reference/vendors/update-vendor-finding.md): Update vendor finding. - [Deactivate vulnerability monitoring for a vulnerability](https://vanta.mintlify.app/api-reference/vulnerabilities/deactivate-vulnerability-monitoring-for-a-vulnerability.md): Deactivate monitoring for select vulnerabilities. Vanta will not monitor a deactivated vulnerability until it is reactivated. - [Get vulnerabilities](https://vanta.mintlify.app/api-reference/vulnerabilities/get-vulnerabilities.md): List all vulnerabilities based on selected filters. - [Get vulnerability by ID](https://vanta.mintlify.app/api-reference/vulnerabilities/get-vulnerability-by-id.md): Gets a vulnerability by an ID. - [Reactivate vulnerability monitoring](https://vanta.mintlify.app/api-reference/vulnerabilities/reactivate-vulnerability-monitoring.md): Reactivate vulnerabilities and resume Vanta monitoring. - [Acknowledge SLA miss](https://vanta.mintlify.app/api-reference/vulnerability-remediations/acknowledge-sla-miss.md): Acknowledge an SLA miss for a vulnerability remediation. - [List vulnerability remediations](https://vanta.mintlify.app/api-reference/vulnerability-remediations/list-vulnerability-remediations.md): List all vulnerability remediations based on selected filters. - [Get vulnerable asset by ID](https://vanta.mintlify.app/api-reference/vulnerable-assets/get-vulnerable-asset-by-id.md): Gets a vulnerable asset by ID. - [List assets associated with vulnerabilities](https://vanta.mintlify.app/api-reference/vulnerable-assets/list-assets-associated-with-vulnerabilities.md): List assets that Vanta monitors that are associated with vulnerabilities. - [List all Vulnerable Components](https://vanta.mintlify.app/api-reference/vulnerable-components/list-all-vulnerable-components.md): List `VulnerableComponent` resources for the given application. - [Sync all Vulnerable Components](https://vanta.mintlify.app/api-reference/vulnerable-components/sync-all-vulnerable-components.md): To send us data related to system components that have vulnerabilities. - [List all Windows User Computers](https://vanta.mintlify.app/api-reference/windows-user-computers/list-all-windows-user-computers.md): List `WindowsUserComputer` resources for the given application. - [Sync all Windows User Computers](https://vanta.mintlify.app/api-reference/windows-user-computers/sync-all-windows-user-computers.md): To send us data related to employee/contractor Windows computers, you send us `WindowsUserComputer` resources. This helps us determine important security properties, like whether devices have encrypted drives, have anti-virus installed or have password managers installed. - [Changelog](https://vanta.mintlify.app/docs/changelog.md): Recent updates to the Vanta API and developer documentation. - [Authentication](https://vanta.mintlify.app/docs/concepts/authentication.md): How Vanta authenticates API clients, the OAuth grant types each application type uses, and the nuances of tokens, refresh, and revocation. - [Integrations](https://vanta.mintlify.app/docs/concepts/integrations.md): What an integration is in Vanta, the difference between public and private integrations, and why they only use the Build Integrations API. - [Resources](https://vanta.mintlify.app/docs/concepts/resources.md): What a resource is in Vanta, how to create one, and when to use a custom resource. - [Tests](https://vanta.mintlify.app/docs/concepts/tests.md): What a test is in Vanta, the difference between built-in tests and Custom Tests, and when to reach for a Custom Test instead of a standard one. - [Assign a control owner](https://vanta.mintlify.app/docs/guides/add-an-owner-to-a-control.md): Make a specific Vanta user accountable for a framework control's compliance status, using the Manage Vanta API. - [Add owners to resources](https://vanta.mintlify.app/docs/guides/add-owners-to-resources.md): Use Vanta's API to update the Owner and Descriptions on your Resources - [Become integration partner](https://vanta.mintlify.app/docs/guides/become-partner.md): Join the Vanta Integration Partner Program to publish your integration in the Vanta marketplace and reach thousands of security-conscious customers. - [Create vendors with evidence](https://vanta.mintlify.app/docs/guides/create-vendors-and-attach-documentation.md): Add a vendor to your Vanta vendor inventory and attach a documentation file (SOC 2, DPA, security questionnaire, etc.), using the Manage Vanta API. - [Find overdue security tasks](https://vanta.mintlify.app/docs/guides/list-users-with-overdue-security-tasks.md): Find current employees with overdue trainings, policy acceptances, custom tasks, background checks, or device-monitoring installs, using the Manage Vanta API. - [List your integration](https://vanta.mintlify.app/docs/guides/list-your-integration.md): Submit your finished integration for review and publish it to the Vanta marketplace. - [Offboard personnel](https://vanta.mintlify.app/docs/guides/offboard-people.md): Complete the offboarding workflow for ex-employees — deactivating unmonitored accounts and recording an acknowledger — using the Manage Vanta API. - [Find failing tests](https://vanta.mintlify.app/docs/guides/query-test-results-and-filter-for-failing-resources.md): Find tests that need attention, then drill into the specific entities (users, buckets, repos, etc.) causing them to fail, using the Manage Vanta API. - [Scope resources in or out](https://vanta.mintlify.app/docs/guides/scope-resources-at-the-integration-level.md): Control which resources synced from a connected integration are tested and used as compliance evidence, using the Manage Vanta API. - [Upload a document](https://vanta.mintlify.app/docs/guides/upload-a-document.md): Attach an evidence file to a Vanta document and submit it for review, using the Manage Vanta API. - [Set custom fields on vendors](https://vanta.mintlify.app/docs/guides/use-custom-fields-with-vendors.md): Attach organization-specific metadata — contract dates, internal owners, risk tiers, anything you track — to vendors when creating or updating them, using the Manage Vanta API. - [Find vulnerabilities approaching SLAs](https://vanta.mintlify.app/docs/guides/vulnerabilities-with-approaching-slas.md): Query vulnerabilities approaching their remediation deadline so you can prioritize fixes before they breach SLA, using the Manage Vanta API. - [Postman setup](https://vanta.mintlify.app/docs/postman-setup.md): Import the Vanta Postman collection and start testing requests in minutes. - [Build public integration](https://vanta.mintlify.app/docs/quickstart/build-integration.md): Become a Vanta partner, complete the OAuth authorization-code flow, and push your first resource into a customer's Vanta tenant. - [Build a Private Integration](https://vanta.mintlify.app/docs/quickstart/build-private-integration.md): Connect a homegrown app, on-prem system, or unsupported SaaS tool to your Vanta tenant for continuous compliance monitoring. - [Conduct an Audit via API](https://vanta.mintlify.app/docs/quickstart/conduct-audit.md): Learn how to register an auditor application, authenticate with auditor scopes, and pull information requests from one of your active audits. - [Manage Vanta via API](https://vanta.mintlify.app/docs/quickstart/manage-vanta.md): Learn how to get an API token, authenticate, and list documents in your Vanta instance. - [Remediate failing tests with MCP](https://vanta.mintlify.app/docs/quickstart/remediate-with-mcp.md): Connect the Vanta Claude Code plugin, surface failing compliance tests, and open a PR to fix one — all without leaving your editor. - [SDKs](https://vanta.mintlify.app/docs/sdks.md): Official Vanta SDKs for building against the Vanta API in your language of choice. - [Vanta MCP server](https://vanta.mintlify.app/docs/vanta-mcp.md): Let AI agents use the Vanta API. Connect Claude Code, Cursor, Perplexity, and other AI tools using the Vanta MCP server. - [Webhooks](https://vanta.mintlify.app/docs/webhooks.md): Subscribe to Vanta events and receive real-time HTTP notifications instead of polling the API. - [Vanta Docs](https://vanta.mintlify.app/index.md) - [Auditor API](https://vanta.mintlify.app/reference/audits/overview.md): Programmatically conduct audits in Vanta — read audit data, manage information requests, and review evidence. - [Build Integrations API](https://vanta.mintlify.app/reference/build-integrations/overview.md): Push resource data and evidence into Vanta tenants — for partner integrations and private connectors. - [Manage Vanta API](https://vanta.mintlify.app/reference/manage-vanta/overview.md): Programmatically manage your Vanta account — controls, documents, vendors, personnel, resources, and tests. - [API Overview](https://vanta.mintlify.app/reference/overview.md): The Vanta API is a RESTful JSON API that lets you automate workflows, integrate external data, and access audit information programmatically. ## OpenAPI Specs - [manage-vanta](https://vanta.mintlify.app/reference/manage-vanta.json) - [conduct-an-audit-with-code-samples](https://spec.speakeasy.com/vanta/vanta/conduct-an-audit-with-code-samples) - [auditor-api](https://vanta.mintlify.app/reference/auditor-api.json) - [build-integrations](https://vanta.mintlify.app/reference/build-integrations.json) - [openapi](https://vanta.mintlify.app/api-reference/openapi.json)