Skip to main content
POST
Merge customers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string<uuid>
required

The UUID of the business the customers belong to.

customerId
string<uuid>
required

The UUID of the customer to merge into (target customer).

Body

application/json
customer_to_archive_id
string<uuid>
required

UUID of the customer that will be archived after merging.

Response

200 - application/json

Customers merged successfully.

data
object
required