{ "opencollection": "1.0.0", "info": { "name": "IBISWorld Business Environment 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": "Business Environment", "type": "folder" }, "items": [ { "info": { "name": "List business environment profiles", "type": "http" }, "http": { "method": "POST", "url": "https://api.ibisworld.com/v3/environment/v3/profilelist", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves available business environment profiles by country." } ] } ], "bundled": true }