Upsert Account
Create an account, or return the matching one if it already exists.
The account is matched inside your organization on domain (normalized), so re-sending the same company is safe and returns the same id. name is only used when the account (and its company) does not exist yet. 201 is returned for both the create and the match.
Upserting a contact with company_domain (POST /v1/contacts) creates the account implicitly — use this endpoint when you want to push companies before knowing which people to pursue.
Requires the accounts:write scope on the API key.
Request body
Response
Successful Response
Changes
Changed in 1 of the 12 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○