Add tags to contact
People
Add Contact Tags
Add one or more tags to a contact. Tags are created automatically if they don’t exist.
Auto-Create: Non-existent tags are automatically created. Deduplication: Duplicate tags are ignored.
POST
Add tags to 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_herePath Parameters
Contact ID
Pattern:
^[a-zA-Z0-9_-]{8,}$Body
application/json
Required array length:
1 - 20 elementsRequired string length:
1 - 50Example:
["VIP", "Hot Lead"]
