Skip to main content
POST

Request Body

string
Optional client-provided ID. Format: tag_group_{uuidv7}
string
required
ID of the scope where this tag group is defined
string
required
Display name for the tag group
string
required
Unique key for the tag group within the scope. Must be lowercase alphanumeric with underscores.
string
required
Description of the tag group
string
Origin of the tag group. One of: system, user. Default: user
number
Maximum number of tags from this group that can be applied to a single target
boolean
Whether the tag group is locked from modifications. Default: false
array
Optional array of inline tags to create with the group. Each tag has:
  • id (optional): Client-provided ID
  • identifier (required): Unique identifier within the group (lowercase alphanumeric with underscores/hyphens)
  • label (required): Display label for the tag

Response

Returns the created tag group object.
You can create a tag group with its tags in a single request using the tags array. The tags will automatically inherit the scopeId and tagGroupId from the parent group.

Examples

Basic Tag Group (No Inline Tags)

Tag Group with Inline Tags

Single-Select Tag Group