Auditors
Create an auditor
Create an auditor in Vanta.
POST
TypeScript
Documentation Index
Fetch the complete documentation index at: https://developer.vanta.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200 - application/json
Ok
Previous
List auditsReturns a paginated list of audits scoped to the audit firm.
To identify IRL (Information Request List) audits, check for the presence of the
`auditorRequestListMetadata` field. This field is only present for IRL-based audits
and will be `undefined` for standard audits.
Next
TypeScript