Skip to main content
POST
Creates a new tag in your organization. Tags can then be assigned to contacts to enable filtering, segmentation, and targeted campaigns.

Headers

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

Body

string
requerido
The tag name. Must be unique within your organization.
string
requerido
Hex color code for the tag (e.g. #FF5733). Used for visual identification in the dashboard.
string
Optional display label for the tag. Useful when you want a human-friendly name different from the system name.

Response

string
Unique identifier of the created tag (UUID).
string
The tag name.
string
Hex color code of the tag.
string
Display label of the tag, if set.
string
UUID of the organization that owns this tag.
string
Timestamp when the tag was created (ISO 8601).

Error Codes

  • 400 Bad Request — Invalid or missing required fields
  • 401 Unauthorized — Invalid or missing API key
  • 500 Internal Server Error — Server-side error

Code Examples