OpenFeature Evaluation
Flag Evaluation
OFREP single flag evaluation
POST
/
ofrep
/
v1
/
evaluate
/
flags
/
{key}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
key
string
requiredBody
application/json
key
string
context
object
Response
200 - application/json
key
string
reason
enum<string>
Available options:
UNKNOWN
, DISABLED
, TARGETING_MATCH
, DEFAULT
variant
string
metadata
object
value
any
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?