Skip to main content
GET
/
v1
/
company
/
{companyId}
Get a single company
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"
  }
}

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).

Response

Successful response with company details

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