Companies
Assert a CRM Company
Creates or updates a CRM company using a unique attribute to find an existing match.
- Match found → the company is updated and
200is returned. - No match → a new company is created and
201is returned.
This is the recommended endpoint for bulk imports and sync jobs — send your full company payload and let the API decide whether to create or update.
Required scope: crm:write
PUT
Assert a CRM company (upsert)
Creates or updates a CRM company record using a unique attribute to find an existing match.Documentation Index
Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt
Use this file to discover all available pages before exploring further.
- If a company with the same
domainis found → it is updated and200is returned. - If no match is found → a new company is created and
201is returned.
Matching attribute
ThematchingAttribute query parameter specifies which field to use for the lookup. Currently only domain is supported, as it is the only unique attribute on companies.
Use case
Assert is the recommended endpoint for bulk imports and sync jobs. Send your full company payload and let the API decide whether to create or update — no need to pre-check for duplicates.Authorizations
Query Parameters
Attribute to use when searching for an existing company. Only domain is supported.
Available options:
domain Body
application/json
Last modified on May 7, 2026