v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-10113.8 KB
Feature Flags

Get evaluated feature flags

Returns all feature flags and configs for the project environment associated with the provided client API key. Feature flag values are evaluated for the optional user identifier.

get/api/v1/featureflags

Headers

userstring
Example:user_123

Stable application user identifier used for percentage rollout evaluation. Send an empty value or omit this header for anonymous evaluation.

Response

Evaluated feature flags and configs for the client environment.

featureFlagsobject required

Map of feature flag names to evaluated boolean values.

configsobject required

Map of config names to arbitrary JSON objects.

All 1 operations