system
Get specific feature flag
Retrieve the status of a specific feature flag
get/api/v1/system/features/{flagName}
Path parameters
flagNamestring required
Response
Feature flag retrieved successfully
Example response
{
"flagName": "AUTO_AUCTION_ENABLED",
"enabled": true,
"lastUpdated": "2024-01-15T10:30:00.000Z"
}