Playground

Playground

Flag

/api/v1/flags

A named feature flag evaluated against an optional context.

evaluate

Schema

FieldTypeNotes
key*stringFlag key identifier.
value*booleanEvaluated flag value.
contextjsonEvaluation context (user, tenant, attributes).
reasonstringReason for the evaluated value (rule matched, default, etc.).
variantstringNamed variant returned for multivariate flags.

API

Loading manifest…