Companies
Merge companies
Merges the source company into a target company. All contacts and data are moved to the target; the source is deleted.
POST
Merge companies
Documentation Index
Fetch the complete documentation index at: https://developers.voxys.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API access token for authentication. Obtain from your Voxys Connect profile settings.
Path Parameters
The numeric ID of the account.
The ID of the source company (will be deleted after merge).
Body
application/json
The ID of the company that will survive the merge. The source company will be deleted.
Example:
15
Response
Merge completed. Returns the surviving target company.
Example:
10
Example:
"Acme Corp"
Example:
"acme.com"
Example:
"Global leader in widgets."
Flexible key-value map of custom attributes defined for the account.
Example:
{
"industry": "Technology",
"annual_revenue": 500000
}Example:
5
Merge companies

