latestOpenAPI 3.1.02026-08-20118232229.3 KB
0e42b0fb26d9
Feature Flags
Get feature flag value
Get the current value of a feature flag. Returns the flag value if enabled, or a default falsey value if disabled.
get/feature-flags/{key}
Path parameters
keystring required
The feature flag key
Example:webhooks
The feature flag key
Response
OK
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/GetFeatureFlagResponseBody.json"
}