Feature Flag & Setting values using SDK Key V2
These endpoints are exclusive for Config V2 Feature Flags.
They can only be used on a Config that has evaluationVersion
set to v2
.
With these endpoints you can control how your existing Feature Flags and Settings should serve their values.
You can turn Feature Flags on or off, update Setting values and change Targeting Rules.
These endpoints are determining the Environment and Config by the SDK key passed in
the X-CONFIGCAT-SDKKEY
request header. To identify the desired Feature Flag or Setting to change,
you can use either its settingId
or key
attribute. You can get those attributes
from the Feature Flag & Setting endpoints.
📄️ Get value
This endpoint returns the value of a Feature Flag or Setting
📄️ Replace value
This endpoint replaces the value and the Targeting Rules of a Feature Flag or Setting
📄️ Update value
This endpoint updates the value of a Feature Flag or Setting