Skip to content

REST API

Once you map the features UI, you give everyone the ability to call an API the features. As an example, it can be pretty handy if you write a React application and you want to enable/disable some features dynamically.

The API is defined like this:

Retrieve all features

Terminal window
GET - /features

Set feature value

Terminal window
POST - /features/{featureName}/set
Payload: { value: boolean | number | string }

Retrieve authentication schemes

Terminal window
GET - /features/auth/schemes