Creates a new account or updates an existing one. domain is required and is used as the primary identifier for matching.
Duplicate resolution — the request is matched against existing accounts in the org by exact match on domain. If a match is found, that account is updated in place with the provided fields and returned; otherwise a new account is created (a company record for the domain must exist in our data sources).
Enrichment — on creation, Monaco synchronously enriches the account with company firmographic data (industry, employee count, funding, etc.). This can make create requests take several seconds to complete; clients should use generous timeouts (10s+) and avoid issuing creates on hot paths.
Any tags list provided is appended to the existing tags on the account.
Documentation Index
Fetch the complete documentation index at: https://docs.monaco.com/llms.txt
Use this file to discover all available pages before exploring further.
Request body for upserting an account.
Custom fields can be passed as additional keys prefixed with custom_field_.
Company domain for matching or creating the account
"acme.com"
LinkedIn company page URL for matching or creating the account
"https://linkedin.com/company/acme"
Display name for the account
"Acme Corp"
Account status
"NEW"
Notes about the account
"Key enterprise prospect"
User ID to assign as account owner
List of tag IDs to associate with the account