Preferences Get a user preference
GET
/control-plane/api/v1/preference

Query Parameters

keystringrequired

Preference key


componentstringrequired

Component name


Responses

200
OK

Response Fields:

  • component (string)

  • key (string)

  • value (string)

Example:

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