Contactos
Get Contact Tags
Retrieve all tags assigned to a specific contact
GET
Returns all tags currently assigned to a contact.
Headers
Your API key for authentication. Found in your dashboard under API settings.
Path Parameters
The UUID of the contact.
Response
Returns an array of tag objects assigned to the contact.Unique identifier of the tag (UUID).
The tag name.
Hex color code of the tag.
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
