v1
latestOpenAPI 3.0.02026-07-13103151174.7 KBFeature Configurations
List Feature configurations
List Feature configurations for all environments or by environment key or ID
get/v1/projects/{project}/features/{feature}/configurations
Path parameters
featurestring required
A Feature key or ID
projectstring required
A Project key or ID
Query parameters
environmentstring
A Environment key or ID
Response
Example response
[
{
"_feature": "61450f3daec96f5cf4a49946",
"_environment": "61450f3daec96f5cf4a49946",
"targets": [
{
"_id": "61450f3daec96f5cf4a49946",
"name": "Feature Enabled",
"audience": {
"name": "Android Users",
"filters": {
"filters": [
{
"subType": "email",
"comparator": "!=",
"values": [
"baduser@email.com"
],
"type": "user"
}
]
}
},
"distribution": [
{
"percentage": 0.0005,
"_variation": "variation-1"
}
],
"bucketingKey": "'organization_id"
}
]
}
]