Create Label
Labels
Create Label
Create a new label in the specified workspace.
POST
Create Label
JSON Request Example
📝 Field Requirements
| Field | Type | Required | Notes |
|---|---|---|---|
name | string (max 255) | Yes | Label name (must be unique within the workspace). |
color | string (max 7) | No | Hex color code (e.g., #FF5733). Defaults to null if omitted. |
💡 Notes
- Label names must be unique within each workspace
- The
colorfield accepts standard hex color codes with the#prefix - Labels can be used to organize and categorize contacts
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the workspace.
Body
application/json
Label creation parameters.