Skip to main content
curl --request POST \
  --url https://try.flipt.io/evaluate/v1/batch \
  --header 'Content-Type: application/json' \
  --header 'Accept: application/json' \
  --data '{
  "requests": [
    {
      "context": {},
      "entityId": "<entityid>",
      "flagKey": "<flagkey>",
      "namespaceKey": "<namespacekey>"
    }
  ]
}'