Skip to content

Returns all feature toggles

GET
/api/feature-toggles

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Success

application/json
JSON
[
{
"identifier": "string",
"isActive": true
}
]

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python