Skip to main content
POST
/
api
/
v1
/
{team_slug}
/
{app_slug}
/
variant-groups
/
tags
/
bulk
Error
A valid request URL is required to generate request examples
{
  "data": {
    "failed_adds": [
      {
        "reason": "<string>",
        "tag_id": "<string>",
        "variant_group_id": "<string>"
      }
    ],
    "successful_adds": [
      {
        "tag_id": "<string>",
        "variant_group_ids": [
          "<string>"
        ]
      }
    ]
  },
  "details": [
    "<string>"
  ],
  "success": true
}

Path Parameters

team_slug
string
required

Team slug

app_slug
string
required

App slug

Body

application/json

Variant group and tag relationships to create (max 50)

items
object[]
required
Maximum array length: 50

Response

Variant groups added to tags successfully

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean