Contacts
Add tags to contact
Add tags to an existing contact. Tags are merged with existing tags (additive operation).
POST
Add tags to contact
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Path Parameters
Contact ID
Body
application/json
Array of tag IDs to add
Example:
["abc123", "def456"]Response
tags added successfully
Complete list of tag IDs after operation
Add tags to contact