Preferences List all user preferences
GET
/control-plane/api/v1/preferences

Query Parameters

componentstring

Filter by component


Responses

200
OK

Example:

[
  {
    "component": "string",
    "key": "string",
    "value": "string"
  }
]