Remote Configuration
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.
More Remote-Config-API information can be found here: REST API documentation - Remote Config
Create Remote Config
A example remote config can look like the following one.
GET Remote Config
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
.
Last updated