cURL
curl -X GET \ /settings/{context} \ --header "Authorization: Bearer <token>"
{ "settings": { "key": "value" }, "inheritance": { "key": "defaultValue|tenant|customer" } }
Get all settings of the context
settings:read
Value for the Authorization header parameter.
Setting identifier
The settings
Show child attributes
Was this page helpful?