curl --request GET \
--url https://statsigapi.net/console/v1/tags/{id} \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Tag read successfully",
"data": {
"id": "string",
"name": "a tag",
"description": "a description",
"isCore": false
}
}curl --request GET \
--url https://statsigapi.net/console/v1/tags/{id} \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Tag read successfully",
"data": {
"id": "string",
"name": "a tag",
"description": "a description",
"isCore": false
}
}Documentation Index
Fetch the complete documentation index at: https://statsig-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Optional header to respect review settings for mutation endpoints.
id