Preferences

Get System Preference Details

GET
/preferences/{preferenceId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

preferenceId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/preferences/string"
{  "key": "app.timezone",  "value": "UTC"}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}