Skip to main content
POST
Assigns an existing tag to a contact. Use List Tags to get the tag IDs available in your organization.

Headers

string
requerido
Your API key for authentication. Found in your dashboard under API settings.

Path Parameters

string
requerido
The UUID of the contact to tag.
string
requerido
The UUID of the tag to assign.

Response

Returns the created contact-tag association object.

Error Codes

  • 401 Unauthorized — Invalid or missing API key
  • 404 Not Found — Contact or tag not found
  • 500 Internal Server Error — Server-side error

Code Examples