---
title: RUM Remote Config
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > API Reference > RUM Remote Config
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# RUM Remote Config
Copy pageCopied
Manage [RUM SDK configurations](https://docs.datadoghq.com/real_user_monitoring.md) delivered to RUM applications via Remote Configuration.

## Get a RUM SDK configuration → preview{% #get-a-rum-sdk-configuration %}

| Datadog site      | API endpoint                                                                            |
| ----------------- | --------------------------------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id} |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id} |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/remote_config/products/rum/configs/{config_id}      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/remote_config/products/rum/configs/{config_id}      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/remote_config/products/rum/configs/{config_id}  |
| uk1.datadoghq.com | GET https://api.uk1.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id} |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id}     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id} |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id} |

## Update a RUM SDK configuration → preview{% #update-a-rum-sdk-configuration %}

| Datadog site      | API endpoint                                                                            |
| ----------------- | --------------------------------------------------------------------------------------- |
| ap1.datadoghq.com | PUT https://api.ap1.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id} |
| ap2.datadoghq.com | PUT https://api.ap2.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id} |
| app.datadoghq.eu  | PUT https://api.datadoghq.eu/api/v2/remote_config/products/rum/configs/{config_id}      |
| app.ddog-gov.com  | PUT https://api.ddog-gov.com/api/v2/remote_config/products/rum/configs/{config_id}      |
| us2.ddog-gov.com  | PUT https://api.us2.ddog-gov.com/api/v2/remote_config/products/rum/configs/{config_id}  |
| uk1.datadoghq.com | PUT https://api.uk1.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id} |
| app.datadoghq.com | PUT https://api.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id}     |
| us3.datadoghq.com | PUT https://api.us3.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id} |
| us5.datadoghq.com | PUT https://api.us5.datadoghq.com/api/v2/remote_config/products/rum/configs/{config_id} |
