Skip to main content

Get Consumption Property By Name

GET /v1/consumption/properties/:name

Get a single consumption property by name. Returns full details including label_name, icon, color, data_type, and metadata. Returns 404 Not Found if no property exists with that name.

Response Example

{
"name": "protected_data",
"label_name": "Protected data",
"icon": "dns",
"color": "#5FBB50",
"data_type": "byte",
"metadata": { "type": ["customer", "provider", "producer"] }
}