Contactos
Add Tag to Contact
Assign a tag to a contact
POST
Assigns an existing tag to a contact. Use List Tags to get the tag IDs available in your organization.
Headers
Your API key for authentication. Found in your dashboard under API settings.
Path Parameters
The UUID of the contact to tag.
The UUID of the tag to assign.
Response
Returns the created contact-tag association object.Error Codes
401 Unauthorized— Invalid or missing API key404 Not Found— Contact or tag not found500 Internal Server Error— Server-side error
