{ "opencollection": "1.0.0", "info": { "name": "Vantage AccessGrants DataExports API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "DataExports", "type": "folder" }, "items": [ { "info": { "name": "Get status of data export", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/data_exports/:data_export_token", "params": [ { "name": "data_export_token", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the status of a data export." } ] } ], "bundled": true }