Remote configuration
Last updated
Last updated
Our Remote Config is a simple configuration key-value store for clients. Based on a key, different values and value types can be saved here. Furthermore every entry can be contain a specific scope, this means that configurations can only be made available to certain user groups or clients.
A example remote config can look like the following one.
The different filter parameter of the GET endpoint can be used to get specific remote configs for the use case. For example: In your client you are in the context of the group FULFILLMENT_APPLICATION
with user-scope USER-ID-003
. Then use the search parameter userId=USER-ID-003
and groups=FULFILLMENT_APPLICATION
.