Tag Groups
Create Tag Groups (Batch)
Create multiple tag groups with inline tags in a single request
POST
Overview
Batch creation allows you to create multiple tag groups in a single API call. Each tag group can include inline tags that are created automatically.ID Format: All IDs use a namespaced UUIDv7 format:
tag_group_{uuidv7}.Request Body
Array of tag group objects:Optional client-provided ID
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
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
Optional array of inline tags to create with the group. Each tag has:
id(optional): Client-provided IDidentifier(required): Unique identifier within the grouplabel(required): Display label for the tag
Response
Returns an array of created tag group objects.Each tag group can include a
tags array to create tags inline. This allows you to set up complete tag taxonomies in a single request.