Skip to main content
POST
Merge contacts

Authorizations

Authorization
string
header
required

Your personal access token where supported, or a scoped API key (hc_…) created inside HueChat at Account → Developer API. Send it as Authorization: Bearer <token>.

Path Parameters

accountId
integer
required

HueChat account ID

Body

application/json

Reviewed contact merge

base_contact_id
integer
Example:

1042

base_updated_at
string
Example:

"2026-09-12T12:00:00Z"

confirmed
boolean
Example:

true

field_choices
object
mergee_contact_id
integer
Example:

1088

mergee_updated_at
string
Example:

"2026-09-12T12:01:00Z"

Response

OK

base_contact_id
integer
Example:

1042

message
string
Example:

"Contact merged successfully"

replayed
boolean