system

Get all feature flags

Retrieve the status of all system feature flags

get/api/v1/system/features

Response

All feature flags retrieved successfully

flagsobject required

All feature flags and their status

timestampstring required

Timestamp of response

Example response

{
  "flags": {
    "AUTO_AUCTION_ENABLED": true,
    "ADVANCED_METRICS": false
  },
  "timestamp": "2024-01-15T10:30:00.000Z"
}

Changes