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
RequiredPattern
"[a-zA-Z]+"Responses
Success
application/json
JSON
{
"identifier": "string",
"isActive": true
}