Multiples
Private v1ApiPrivateV1CompaniesId

Single company profile + stats

GET
/api/private/v1/companies/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

Send your API key as a bearer token in the Authorization header: Authorization: Bearer mpl_live_.... A single key grants access to all endpoints in this API. Contact your account manager to obtain or rotate a key.

In: header

Path Parameters

id*string
Formatuuid

Query Parameters

fields?string

Comma-separated allowlist of response fields. Default is all fields.

include_deleted?boolean

Return the entity even if soft-deleted (the response then carries deleted:true). When false/omitted, a soft-deleted entity returns 404.

Defaultfalse

Response Body

application/json

curl -X GET "https://example.com/api/private/v1/companies/497f6eca-6276-4993-bfeb-53cbbbba6f08"

{  "data": {    "id": "6f331dee-e4e5-478c-89cd-1aedf66f9515",    "name": "Salesforce",    "short_name": "Salesforce",    "website": "https://www.salesforce.com",    "linkedin": "https://linkedin.com/company/salesforce",    "company_type": [      "Public company"    ],    "ownership": "Publicly listed",    "description": "Salesforce provides enterprise cloud computing solutions. The company offers customer relationship management technology that brings companies and customers together. Its Customer 360 platform helps the group deliver a single source of truth, connecting customer data across systems, apps, and devices to help companies sell, service, market, and conduct commerce. It also offers Service Cloud for customer support, Marketing Cloud for digital marketing campaigns, Commerce Cloud as an e-commerce engine, the Salesforce Platform, which allows enterprises to build applications, and other solutions, such as MuleSoft for data integration.",    "verticals": [      "Sales & Marketing Automation Software",      "ERP Software",      "Productivity Software",      "Vertical AI Applications",      "Artificial Intelligence"    ],    "themes": [      "B2B SaaS",      "Horizontal SaaS",      "MarTech"    ],    "city": "San Francisco, CA",    "country": "USA",    "region": "North America",    "area": "California",    "founded": 1999,    "ipoed": "2004-06-23",    "ceo": "Mr. Marc Benioff",    "employee_count": 76453,    "revenue_model": [      "Subscription",      "Licensing"    ],    "client_focus": [      "B2B"    ],    "active": true,    "created_at": "2026-01-11T11:06:02.563888+00:00",    "updated_at": "2026-06-12T23:32:03.413755+00:00",    "deleted": false,    "is_public": true,    "stock_listing": {      "id": "118704c4-de11-4831-8850-7cfcb84d75a0",      "ticker": "CRM",      "exchange": "NYS",      "currency": "USD"    },    "valuation": {      "market_cap": 124307.82,      "enterprise_value": 154354.82,      "price_to_book": 3.631082,      "price_to_sales": 3.30033,      "price_to_cash_flow": 9.285051,      "price_to_free_cash_flow": 9.643202,      "beta": 1.302664,      "updated_at": null    },    "fundamentals": {      "revenue_fy": 41525,      "ebitda_fy": 17090.714285714286,      "ev_revenue_ntm": 3.23,      "ev_revenue_ltm": 3.5652,      "ev_revenue_fy": 3.7172,      "ev_ebitda_ntm": 7.9635,      "ev_ebitda_ltm": 8.6954,      "ev_ebitda_fy": 9.0315,      "pe_ntm": 9.9568,      "pe_ltm": 10.3527,      "pe_fy": 10.3858,      "ebitda_margin_ntm": 40.5601,      "ebitda_margin_ltm": 41.0011,      "ebitda_margin_fy": 41.1577,      "revenue_growth_ntm_ltm": 10.3771,      "revenue_growth_fy1_fy": 11.0339,      "rule_of_40": 50.9004,      "rule_of_40_ltm": 51.3782    },    "deal_activity": {      "total_fundings_as_target": 0,      "total_acquisitions_as_target": 0,      "total_investments_made": 109,      "last_funding_date": null,      "last_deal_date": null    }  }}