cURL
curl --request GET \ --url https://openapi.genesy.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" } }
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
Unique identifier for the company
Company name
Company website domain
Company website URL
Company LinkedIn URL
Industry sector
Range of employees (e.g., "11-50")
Exact number of employees
Year the company was founded
Company description
Company country
Company city
Company street address
Company phone number
Company email address
Company revenue range
Whether the company is actively hiring on LinkedIn
Number of open job positions
CRM company ID
Whether the company is synced with CRM
Date and time when the company was created
Date and time when the company was last updated