Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
English
Deutsch
English
Deutsch
Appearance
Menu
Return to top
Returns all feature toggle identifiers with some information.
GET
/api/featuretoggle/
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Responses
200
Successful
Content-Type
application/json
Schema
JSON
JSON
{
"featureToggles"
:
[
{
"identifier"
:
"string"
,
"isActive"
:
true
}
]
}
GET
/api/featuretoggle/
Playground
Authorization
api_key
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python