Contactos
Get Contact Tags
Retrieve all tags assigned to a specific contact
GET
Returns all tags currently assigned to a contact.
Headers
string
requerido
Your API key for authentication. Found in your dashboard under API settings.
Path Parameters
string
requerido
The UUID of the contact.
Response
Returns an array of tag objects assigned to the contact.string
Unique identifier of the tag (UUID).
string
The tag name.
string
Hex color code of the tag.
string
Display label of the tag, if set.
Error Codes
401 Unauthorized— Invalid or missing API key404 Not Found— Contact not found500 Internal Server Error— Server-side error
