cURL
curl --request GET \ --url https://openapi.enginy.ai/v1/company/{companyId} \ --header 'x-api-key: <api-key>'
{ "status": "success", "message": "<string>", "data": { "id": 123, "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, "createdAt": "2023-12-25", "updatedAt": "2023-12-25", "smartFieldExplanations": {} } }
Retrieve a single company by ID.
Required scope: COMPANIES_READ Rate limit: 100 requests per minute
Required scope: COMPANIES_READ
COMPANIES_READ
Rate limit: 100 requests per minute
The company ID
Specific company fields to include in the response (comma-separated or array).
Successful response with company details
success
Show child attributes