Skip to content

Returns all feature toggle identifiers with some information.

GET
/api/featuretoggle/

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Successful

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

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python