Skip to main content
GET
/
v1
/
company
/
{companyId}
Get a single company
curl --request GET \
  --url https://openapi.enginy.ai/v1/company/{companyId} \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>",
  "data": {
    "id": 123,
    "appUrl": "<string>",
    "name": "<string>",
    "domain": "<string>",
    "website": "<string>",
    "companyLinkedInUrl": "<string>",
    "industry": "<string>",
    "rangeOfEmployees": "<string>",
    "numberOfEmployees": 123,
    "yearfounded": "<string>",
    "description": "<string>",
    "country": "<string>",
    "city": "<string>",
    "streetAddress": "<string>",
    "phoneNumber": "<string>",
    "companyEmail": "<string>",
    "revenueRange": "<string>",
    "hiringOnLinkedIn": true,
    "openJobPositions": 123,
    "companyCRMId": "<string>",
    "isCompanyInCRM": true,
    "contactsCount": 123,
    "lastContactedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "smartFieldExplanations": {},
    "companyHeadcount": [
      {
        "employeeCount": 123,
        "threeMonthGrowth": 123,
        "sixMonthGrowth": 123,
        "oneYearGrowth": 123,
        "department": "<string>",
        "createdAt": "2023-11-07T05:31:56Z"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.enginy.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
string
required

The company ID

Query Parameters

fields

Specific company fields to include in the response (comma-separated or array). Use GET /v1/companies/fields to discover valid company field names.

Response

Successful response with company details

status
enum<string>
required
Available options:
success
message
string
required
data
object
required