Search for contacts by ID, email, phone, or name.
Search Priority: ID → Email → Phone → Name
Fuzzy Matching: Name searches support partial matches (case-insensitive).
API key for authentication using Bearer token scheme.
How to get your API key:
Authorization: Bearer ccmd_live_your_key_hereContact ID (exact match)
"jd79abc123def"
Email address (exact match)
"john@example.com"
Phone number (normalized match)
"+15551234567"
Full name (fuzzy match)
2"John Doe"