Skip to main content
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 key
  • 404 Not Found — Contact not found
  • 500 Internal Server Error — Server-side error

Code Examples