🎉 New in Flipt Pro: Integrated secrets management with HashiCorp Vault, AWS Secrets Manager, GCP Secret Manager, and Azure Key Vault. Learn more.
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>"
]
}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>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.flipt.io/llms.txt
Use this file to discover all available pages before exploring further.
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>"
}'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Was this page helpful?