Client Connect

Connect two or more client records together.

POST /client-connect
Request
{
  "clients": ["123", "456"],
  "primary_client": "123"
}
Back to Clients Back to API Home