Skip to main content
PATCH
/
v1
/
company
/
{companyId}
curl --request PATCH \ --url https://openapi.enginy.ai/v1/company/{companyId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "Acme Inc.", "website": "https://acme.com", "industry": "Software", "numberOfEmployees": 120 } '
{
  "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": {}
  }
}

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

Body

application/json

Fields to update on the company. Supports standard and custom/AI fields by name. Use GET /v1/companies/fields to discover valid company field names for fields, include, exclude, and update payloads.

{key}
any

Response

Company updated successfully

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