v1
latestOpenAPI 3.0.32026-07-264955102.7 KBCRM
Update company
Updates an existing company. Only provided fields will be updated.
put/v2/api/crm/companies/{id}
Path parameters
idstring required
Example:com-xyz789
Company ID (e.g., "com-xyz789")
Request body
Response
Company updated
Example response
{
"data": {
"id": "com-xyz789",
"name": "Acme Corp",
"website": "https://acme.com",
"industry": "Technology",
"person_count": 3,
"interactions": 12,
"last_activity_at": "2026-04-28T10:30:00",
"created_at": "2026-04-01T09:00:00",
"updated_at": "2026-04-28T10:30:00"
}
}