🎉 Flipt v2 is now available! Experience the next generation of feature management with Pro features and enhanced GitOps workflow.
curl --request POST \ --url https://try.flipt.io/ofrep/v1/evaluate/flags/<flagKey> \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'X-Flipt-Namespace: <namespaceKey>' \ --data '{ "context": { "targetingKey": "targetingKey1" }, }'
{ "key": "<string>", "reason": "UNKNOWN", "variant": "<string>", "metadata": {}, "value": "<unknown>" }
OFREP single flag evaluation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
OK
UNKNOWN
DISABLED
TARGETING_MATCH
DEFAULT
Represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
Was this page helpful?