Skip to content

Checks if a feature toggle is active or not

GET
/api/feature-toggles/{featureToggle}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

featureToggle*
Typestring
Required
Pattern"[a-zA-Z]+"

Responses

Success

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

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python