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