Remote Configuration
This Endpoint allows you to update configuration values remotely through FCM for SDK settings.
Endpoint:
GET /v1/FCM/Config
Request Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
deviceToken | string | No | Default is the test emulator token. |
status | string | Yes | Enables (true) or disables (false) the custom configuration. |
key | string | Yes | The configuration key to update (e.g., sessionReplayConfig.maskAllTextInputs). |
value | string | Yes | The value to set for the given key. |
Example Request (cURL):
curl -X 'GET' \
'<URL>/v1/FCM/Config?deviceToken=<<TOKEN>>&status=true&key=sessionReplayConfig.maskAllTextInputs&value=false' \
-H 'accept: */*'
Swagger Documentation:
Access the API documentation at:

Tested Configurations:
✔ sessionReplayConfig.maskAllTextInputs
✔ httpLogger