Skip to main content
POST
/
evaluator
/
evaluate
Evaluate feature flags using an API key
curl --request POST \
  --url http://localhost:3000/evaluator/evaluate \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Default Response

The response is of type object.