{ "opencollection": "1.0.0", "info": { "name": "Crunchbase Autocomplete Entities API", "version": "4.0" }, "request": { "auth": { "type": "apikey", "key": "X-cb-user-key", "value": "{{X-cb-user-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Entities", "type": "folder" }, "items": [ { "info": { "name": "Get organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.crunchbase.com/api/v4/entities/organizations/:entity_id", "params": [ { "name": "entity_id", "value": "", "type": "path", "description": "Crunchbase UUID or permalink for the entity." }, { "name": "field_ids", "value": "", "type": "query", "description": "Comma-separated list of field identifiers to include in the response." }, { "name": "card_ids", "value": "", "type": "query", "description": "Comma-separated list of related card identifiers (e.g. founders, investments)." } ] }, "docs": "Retrieve an organization (company, investor, school) by Crunchbase UUID or permalink." }, { "info": { "name": "Get person", "type": "http" }, "http": { "method": "GET", "url": "https://api.crunchbase.com/api/v4/entities/people/:entity_id", "params": [ { "name": "entity_id", "value": "", "type": "path", "description": "Crunchbase UUID or permalink for the entity." }, { "name": "field_ids", "value": "", "type": "query", "description": "Comma-separated list of field identifiers to include in the response." }, { "name": "card_ids", "value": "", "type": "query", "description": "Comma-separated list of related card identifiers (e.g. founders, investments)." } ] }, "docs": "Retrieve a person entity by Crunchbase UUID or permalink." }, { "info": { "name": "Get funding round", "type": "http" }, "http": { "method": "GET", "url": "https://api.crunchbase.com/api/v4/entities/funding_rounds/:entity_id", "params": [ { "name": "entity_id", "value": "", "type": "path", "description": "Crunchbase UUID or permalink for the entity." }, { "name": "field_ids", "value": "", "type": "query", "description": "Comma-separated list of field identifiers to include in the response." } ] }, "docs": "Get funding round" }, { "info": { "name": "Get acquisition", "type": "http" }, "http": { "method": "GET", "url": "https://api.crunchbase.com/api/v4/entities/acquisitions/:entity_id", "params": [ { "name": "entity_id", "value": "", "type": "path", "description": "Crunchbase UUID or permalink for the entity." } ] }, "docs": "Get acquisition" }, { "info": { "name": "Get IPO", "type": "http" }, "http": { "method": "GET", "url": "https://api.crunchbase.com/api/v4/entities/ipos/:entity_id", "params": [ { "name": "entity_id", "value": "", "type": "path", "description": "Crunchbase UUID or permalink for the entity." } ] }, "docs": "Get IPO" } ] } ], "bundled": true }