Radicas Docs
API referenceGenerated

List Features

GET
/features

The tenant's configured features (feature_def), for the multi-feature cards.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/features"
[  {    "feature": "string",    "display_name": "string",    "revenue_per_unit": "string",    "unit": "string"  }]