Authorizations
Dynamic authentication JWT token
Response
200 - application/json
Feature flags
curl --request GET \
--url http://localhost:4000/api/feature-flags \
--header 'Authorization: Bearer <token>'
{}
Get all feature flags for user
curl --request GET \
--url http://localhost:4000/api/feature-flags \
--header 'Authorization: Bearer <token>'
{}
Dynamic authentication JWT token
Feature flags