{ "opencollection": "1.0.0", "info": { "name": "IBISWorld Business Environment Downloads API", "version": "v3" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.ibisworld.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Downloads", "type": "folder" }, "items": [ { "info": { "name": "List available downloads", "type": "http" }, "http": { "method": "POST", "url": "https://api.ibisworld.com/v3/downloads/v3/list", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the list of available data exports for the account." } ] } ], "bundled": true }