{ "opencollection": "1.0.0", "info": { "name": "Conduct an audit Auditors Authentication API", "version": "1.0.0" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.vanta.com/v1/oauth/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "Obtain an OAuth 2.0 access token using client credentials. Use the returned access_token as a Bearer token in subsequent API requests." } ] } ], "bundled": true }