---
title: "POST /evaluate/v1/boolean"
method: POST
path: "/evaluate/v1/boolean"
tags: ["EvaluationService"]
---

# POST /evaluate/v1/boolean

`POST /evaluate/v1/boolean`

## Request body

- EvaluationRequest
  - `requestId` string
  - `namespaceKey` string, required
  - `flagKey` string, required
  - `entityId` string, required
  - `context` object, required
  - `reference` string

## Response `200`

OK

- BooleanEvaluationResponse
  - `enabled` boolean
  - `reason` integer
  - `requestId` string
  - `requestDurationMillis` number, double
  - `timestamp` string, date-time
  - `flagKey` string

## Changes

- **2024-08-07** `291b2f802c58` — 1 breaking, 1 warning, 4 info
  - the `reason` response's property type/format changed from `string`/`enum` to `integer`/`enum` for status `200`
  - removed the optional property `segmentKeys` from the response with the `200` status
  - removed the `DEFAULT_EVALUATION_REASON` enum value from the `reason` response property for the response status `200`
  - removed the `FLAG_DISABLED_EVALUATION_REASON` enum value from the `reason` response property for the response status `200`
  - …2 more

[Change history](https://skmtc.dev/flipt-io/apis/api/changes/evaluate/v1/boolean/post.md)

---

[API](https://skmtc.dev/flipt-io/apis/api.md) · [All operations](https://skmtc.dev/flipt-io/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flipt-io/api/revisions/291b2f802c58/schema)
