Create or update contact
People
Create Contact
Create a new contact or update existing one if matched by email/phone.
Deduplication: Automatically matches by email (exact) or phone (normalized).
Name Parsing: If only firstName is provided with multiple words, automatically splits into first/last name.
POST
Create or update contact
Documentation Index
Fetch the complete documentation index at: https://docs.clientcommander.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication using Bearer token scheme.
How to get your API key:
- Log into Client Commander
- Go to Admin > API Keys
- Click Create API Key
- Copy the key and use it in the Authorization header:
Authorization: Bearer ccmd_live_your_key_hereHeaders
Unique key for idempotent requests
Required string length:
16 - 64Body
application/json
Required string length:
1 - 100Required string length:
1 - 100Maximum string length:
255Pattern:
^\+?[1-9]\d{1,14}$Maximum string length:
100Stage ID
Required range:
x >= 0Maximum string length:
100Maximum string length:
5000Maximum array length:
20Required string length:
1 - 50Maximum string length:
200Maximum string length:
100Maximum string length:
2Pattern:
^[A-Z]{2}$Pattern:
^\d{5}(-\d{4})?$
