GET
/
api
/
feature-flags
Get all feature flags
curl --request GET \
  --url http://localhost:4000/api/feature-flags \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Dynamic authentication JWT token

Response

200 - application/json

Feature flags

The response is of type object.