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