Returns all feature toggle identifiers with some information.
Returns all feature toggle identifiers with some information.
Responses
- 200
Successful
- application/json
- Schema
- Example (from schema)
Schema
featureToggles object[]
All existing feature toggles
identifier stringisActive boolean
{
"featureToggles": [
{
"identifier": "string",
"isActive": true
}
]
}
Loading...