🎉 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/evaluate/v1/boolean \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --data '{ "context": {}, "entityId": "<entityid>", "flagKey": "<flagkey>", "namespaceKey": "<namespacekey>" }'
{ "enabled": true, "reason": "UNKNOWN_EVALUATION_REASON", "requestId": "<string>", "requestDurationMillis": 123, "timestamp": "2023-11-07T05:31:56Z", "flagKey": "<string>", "segmentKeys": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
OK
UNKNOWN_EVALUATION_REASON
FLAG_DISABLED_EVALUATION_REASON
MATCH_EVALUATION_REASON
DEFAULT_EVALUATION_REASON
Was this page helpful?