system
Get all feature flags
Retrieve the status of all system feature flags
get/api/v1/system/features
Response
All feature flags retrieved successfully
Example response
{
"flags": {
"AUTO_AUCTION_ENABLED": true,
"ADVANCED_METRICS": false
},
"timestamp": "2024-01-15T10:30:00.000Z"
}