GET
/v1/feature/{featureId}
curl \
--request GET 'https://api.aptrinsic.com/v1/feature/{featureId}'
Response examples (200)
{
"id": "string",
"name": "string",
"type": "FEATURE",
"parentFeatureId": "string",
"propertyKey": "string",
"status": "ACTIVATED",
"featureLabels": [
{
"id": "string",
"name": "string",
"color": "string"
}
]
}