GET
/
api
/
v2
/
feature-flag
/
{featureFlagId}
{
  "results": {
    "enabled": true,
    "id": "<string>"
  },
  "status": "ok"
}

Path Parameters

featureFlagId
string
required

Response

200
application/json

Success

The response is of type object.