v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBFeatures
Read a Feature
Get metadata for a single Feature. Note this endpoint is incompatible with Full Stack Targeted Rollouts projects (default in accounts created after July 2020) and with non-legacy Full Stack projects (default in projects created after February 2021). See the compatible API at https://library.optimizely.com/docs/api/flags/v1/index.html#tag/Flags.
get/features/{feature_id}
Path parameters
feature_idinteger required
The unique identifier for the Feature
Response
Successfully retrieved the Feature
Example response
{
"key": "new_checkout_page",
"name": "the checkout feature",
"variables": [
{
"default_value": "0.05",
"type": "double"
}
]
}