Lists all feature flags with their current settings without company-specific values
GET
/v1/feature-flags/all
curl \
--request GET 'https://api.classmanager.io/v1/feature-flags/all'
Response examples (200)
{
"data": [
{
"id": "ff_xxx",
"name": "shop",
"globallyEnabled": false,
"adminEnabled": false,
"companyEnabled": false
}
]
}