POST
/
api
/
feature-flags
/
{flagName}
Check feature flag
curl --request POST \
  --url http://localhost:4000/api/feature-flags/{flagName} \
  --header 'Content-Type: application/json' \
  --data '{
  "userId": "<string>"
}'
{
  "enabled": true
}

Path Parameters

flagName
string
required

Body

application/json

Response

200 - application/json

Feature flag status

The response is of type object.