cURL
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 } }
Optional header to respect review settings for mutation endpoints.
id
Read Tag Success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?