Tag Groups
Create Tag Group
Create a new tag group with optional inline tags
POST
Request Body
Optional client-provided ID. Format:
tag_group_{uuidv7}ID of the scope where this tag group is defined
Display name for the tag group
Unique key for the tag group within the scope. Must be lowercase alphanumeric with underscores.
Description of the tag group
Origin of the tag group. One of:
system, user. Default: userMaximum number of tags from this group that can be applied to a single target
Whether the tag group is locked from modifications. Default:
falseOptional array of inline tags to create with the group. Each tag has:
id(optional): Client-provided IDidentifier(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.