{ "opencollection": "1.0.0", "info": { "name": "CB Insights Outlook API", "version": "2.0" }, "items": [ { "info": { "name": "Outlook", "type": "folder" }, "items": [ { "info": { "name": "Retrieves historical commercial maturity scores.", "type": "http" }, "http": { "method": "POST", "url": "https://api.cbinsights.com/v2/organizations/:orgId/commercialmaturityhistory", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "orgId", "value": "", "type": "path", "description": "CB Insights organization ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get commercial maturity history for the org with orgId" }, { "info": { "name": "Retrieves historical exit probability data.", "type": "http" }, "http": { "method": "POST", "url": "https://api.cbinsights.com/v2/organizations/:orgId/exitprobabilityhistory", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "orgId", "value": "", "type": "path", "description": "CB Insights organization ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get exit probability history for the org with orgId" }, { "info": { "name": "List funding window data for a single organization.", "type": "http" }, "http": { "method": "POST", "url": "https://api.cbinsights.com/v2/organizations/:orgId/fundingwindow", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "orgId", "value": "", "type": "path", "description": "CB Insights organization ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns funding window for an organization." }, { "info": { "name": "Retrieves historical mosaic scores.", "type": "http" }, "http": { "method": "POST", "url": "https://api.cbinsights.com/v2/organizations/:orgId/mosaichistory", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "orgId", "value": "", "type": "path", "description": "CB Insights organization ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get mosaic history for the org with orgId" }, { "info": { "name": "Retrieve details about business outlook of an organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.cbinsights.com/v2/organizations/:orgId/outlook", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "orgId", "value": "", "type": "path", "description": "CB Insights organization ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns values for the current commercial maturity, health, and exit probability scores. Proven to predict winners better than top VCs. More about proprietary datasets: https://support.cbinsights.com/hc/en-us/sections/360008544011-Proprietary-Datasets." }, { "info": { "name": "List of outlook information for one or more organizations", "type": "http" }, "http": { "method": "POST", "url": "https://api.cbinsights.com/v2/outlook", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a list of outlook information for organizations based on the Org IDs provided." }, { "info": { "name": "List funding window data for a list of organizations.", "type": "http" }, "http": { "method": "POST", "url": "https://api.cbinsights.com/v2/outlook/fundingwindow", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns funding window for a list of organizations" } ] } ], "bundled": true }