---
title: "Get the payload values"
method: GET
path: "/remote-configurations/{config_id}/payload"
tags: ["Remote Configurations"]
---

# Get the payload values

`GET /remote-configurations/{config_id}/payload`

Returns the payload **values** — the actual JSON object delivered to the SDK for this configuration (`{}` when unset). This is distinct from the payload mapping, which describes the key → type schema.

## Path parameters

- `config_id` string, required

## Response `200`

Payload values

- V4RemoteConfigurationPayload — The payload **values**: the actual JSON object delivered to the SDK for this configuration. Distinct from the payload mapping, which is the key → type schema.
  - `object` string, required
  - `url` string, required
  - `config_id` string, required
  - `data` object, required — The JSON values served to the SDK. Always a JSON object — `{}` when unset, never an array.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Remote configuration not found
- `500` — Internal error
- `504` — Upstream timeout

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/versions/e3f72cf8951c/schema)
