{ "opencollection": "1.0.0", "info": { "name": "Conduct an audit Auditors Documents API", "version": "1.0.0" }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "List Documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.vanta.com/v1/v1/documents", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Number of items to return per page (1-100)" }, { "name": "pageCursor", "value": "", "type": "query", "description": "Cursor for pagination — start from the item following this cursor" } ] }, "docs": "Retrieve compliance evidence documents uploaded to Vanta." }, { "info": { "name": "Upload Document", "type": "http" }, "http": { "method": "POST", "url": "https://api.vanta.com/v1/v1/documents", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "name", "type": "text", "value": "" }, { "name": "description", "type": "text", "value": "" } ] } }, "docs": "Upload a compliance evidence document to Vanta." } ] } ], "bundled": true }