Company Data

GET https://api.intellizence.com/api/v1/company/<INTELLIZENCE_COMPANY_ID>

Replace INTELLIZENCE_COMPANY_ID with the company id that you would like to get the details

Response body

{
    "status": 200,
    "company": {
        "id": "IN000163",
        "name": "Shopify",
        "domain": "www.shopify.com",
        "industries": [
            "technology"
        ],
        "industrySegments": [
            "e-commerce"
        ],
        "location": "Ottawa,Ontario,Canada",
        "stockExchanges": [
            "NYSE"
        ],
        "tickers": [
            "SHOP"
        ],
        "type": "Public",
        "employeeCount": "10,000+"
    }
}

Last updated