Skip to content

Checks if a feature toggle is active or not.

GET
/api/featuretoggle/{featureToggle}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

featureToggle*

Identifier for feature toggle

Typestring
Required

Responses

Successful

application/json
JSON
{
"featureToggle": "string",
"isActive": true
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python