Skip to content

/v1/client/evaluate

POST
/v1/client/evaluate
curl --request POST \
--url https://eval.featureflip.io/v1/client/evaluate \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "context": { "additionalProperty": "example" } }'
object
context
required
object
key
additional properties
nullable
Examplegenerated
{
"context": {
"additionalProperty": "example"
}
}

OK

Media typeapplication/json
object
flags
required
object
key
additional properties
object
value
required
variation
required
string
nullable
reason
required
string
nullable
prerequisiteKey
string
nullable
Examplegenerated
{
"flags": {
"additionalProperty": {
"value": "example",
"variation": "example",
"reason": "example",
"prerequisiteKey": "example"
}
}
}

Unauthorized

Media typeapplication/json
object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties
Examplegenerated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}