List feature-flags
GET /feature-flags
Gradual rollout feature flags. Controls which organisations see new features via percentage-based bucketing, plan allowlists, and explicit org whitelists (F2.GATEWAY.10).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Strapi REST filter syntax
object
Responses
Section titled “ Responses ”OK
object
object
Unique identifier used in code, e.g. ‘new-billing-ui’ or ‘graphql-enabled’.
Percentage of organisations that see this flag (0–100). Assigned deterministically via DJB2 hash of org documentId.
Array of plan names that always see this flag, e.g. [“enterprise”, “pro”].
Array of organisation documentIds that are explicitly whitelisted.
Master switch. When false the flag evaluates to false for all orgs regardless of other settings.
Optional expiry. After this timestamp the flag evaluates to false automatically.
object
object
Missing or invalid authentication
Not authorized (tenant scope or capability)