Radicas Docs
API referenceGenerated

Get Flags

GET
/flags

All runtime flags resolved for the current identity's tenant + subject.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/flags"
{  "property1": true,  "property2": true}