09f2abcea0b5
latestOpenAPI 3.0.32026-07-22177397578.0 KBFeatureFlag
Get a feature flag configuration
Get a feature flag configuration belonging to the given site code and feature key. To use optionalFields check out this guide.
get/feature-flags/{siteCode}/{featureKey}
Path parameters
siteCodestring required
featureKeystring required
Query parameters
optionalFieldsstring[]
Response
OK
Example response
{
"environmentConfigurations": [
{
"rolloutRules": [
{
"release": {
"timeZone": "Europe/Paris"
},
"rollbackConditions": [
{
"matchValue": 50,
"visitors": 1000
}
]
}
]
}
]
}