Skip to main content
GET
/
tags
Get all tags
curl --request GET \
  --url https://api.kameleoon.com/tags \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Documentation Index

Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

type
enum<string>
required
Available options:
EXPERIMENT,
FEATURE,
PERSONALIZATION,
SEGMENT,
GOAL,
WIDGET,
STUDIO_THEME,
TEAM,
IMAGE,
AI_EXPLORATION_SCOPE,
KEY_MOMENT

Response

OK