Skip to main content
POST
Merge companies

Authorizations

api_access_token
string
header
required

API access token for authentication. Obtain from your Voxys Connect profile settings.

Path Parameters

account_id
integer
required

The numeric ID of the account.

id
integer
required

The ID of the source company (will be deleted after merge).

Body

application/json
target_company_id
integer
required

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.

id
integer
Example:

10

name
string
Example:

"Acme Corp"

domain
string | null
Example:

"acme.com"

description
string | null
Example:

"Global leader in widgets."

custom_attributes
object

Flexible key-value map of custom attributes defined for the account.

Example:
contacts_count
integer
Example:

5

created_at
string<date-time>
updated_at
string<date-time>