Companies
Update company
Activities
Companies
Update company
PATCH
/
v1
/
companies
/
{company_id}
curl --request PATCH \
--url https://api.useconquest.com/v1/companies/{company_id} \
--header 'Authorization: Bearer <token>'
{
"company": {
"id": "cm5fkwwup0006dntb34yzw7dd",
"name": "Conquest",
"industry": "Software",
"address": "123 Tech Street",
"domain": "useconquest.com",
"employees": 50,
"founded_at": "2023-01-01T00:00:00Z",
"logo_url": "https://example.com/logo.png",
"tags": [
"cm5fkwwup0006dntb34yzw7dd"
],
"source": "MANUAL",
"workspace_id": "cm5fkwwup0006dntb34yzw7dd",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Successful response
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"Conquest"
Example:
"Software"
Example:
"123 Tech Street"
Example:
"useconquest.com"
Example:
50
Example:
"2023-01-01T00:00:00Z"
Example:
"https://example.com/logo.png"
Example:
"MANUAL"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"2025-01-01T00:00:00Z"
Example:
"2025-01-01T00:00:00Z"
curl --request PATCH \
--url https://api.useconquest.com/v1/companies/{company_id} \
--header 'Authorization: Bearer <token>'
{
"company": {
"id": "cm5fkwwup0006dntb34yzw7dd",
"name": "Conquest",
"industry": "Software",
"address": "123 Tech Street",
"domain": "useconquest.com",
"employees": 50,
"founded_at": "2023-01-01T00:00:00Z",
"logo_url": "https://example.com/logo.png",
"tags": [
"cm5fkwwup0006dntb34yzw7dd"
],
"source": "MANUAL",
"workspace_id": "cm5fkwwup0006dntb34yzw7dd",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
}
}