Search contacts
People
Search Contacts
Search for contacts by ID, email, phone, or name.
Search Priority: ID → Email → Phone → Name
Fuzzy Matching: Name searches support partial matches (case-insensitive).
GET
Search contacts
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_hereQuery Parameters
Contact ID (exact match)
Example:
"jd79abc123def"
Email address (exact match)
Example:
"john@example.com"
Phone number (normalized match)
Example:
"+15551234567"
Full name (fuzzy match)
Minimum string length:
2Example:
"John Doe"

