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
The response is of type object
.