Skip to main content
POST
Create Tag

JSON Request Example


📝 Field Requirements


💡 Notes

  • Tag names must be unique within each workspace
  • Tags can be used to organize and categorize contacts
  • Unlike labels, tags do not have a color property

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

Body

application/json

Tag creation parameters.

name
string
required

Unique name per workspace.

Maximum string length: 255

Response

status
integer
required
Example:

201

message
string
required
Example:

"Resource created successfully."

data
object
required

Created resource data.