Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
curl --request GET \
--url https://statsigapi.net/console/v1/tags \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Tags listed successfully",
"data": [
{
"id": "string",
"name": "a tag",
"description": "a description",
"isCore": false
}
]
}curl --request GET \
--url https://statsigapi.net/console/v1/tags \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Tags listed successfully",
"data": [
{
"id": "string",
"name": "a tag",
"description": "a description",
"isCore": false
}
]
}Optional header to respect review settings for mutation endpoints.
List Tags Success