Management API
...
Product
Features
Retrieve Product Feature
1min
retrieve a single product feature, if requesting manager has access permissions to it url /api/v1/product features/{id}/ method get success response code 200 ok content examples { "id" 560, "created at" "2023 10 30t10 18 51z", "updated at" "2023 10 30t10 22 09z", "name" "f1", "code" "f1", "is deleted" false, "feature type" "consumption", "max consumption" 7, "allow unlimited consumptions" false, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "is floating" true, "is floating cloud" false, "floating users" 13, "floating timeout" 113, "metadata" {}, "product" 1698659666691556 }