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