Skip to main content
POST

Overview

Batch creation allows you to create multiple tags in a single API call.
ID Format: All IDs use a namespaced UUIDv7 format: tag_{uuidv7}.

Request Body

Array of tag objects:
string
Optional client-provided ID
string
required
ID of the scope
string
required
ID of the tag group
string
required
Unique identifier for the tag within the group
string
required
Display label for the tag

Response

Returns an array of created tag objects.