Skip to main content
GET
Get the payload values

Authorizations

Authorization
string
header
required

Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.

Path Parameters

config_id
string
required

Remote configuration identifier.

Response

Payload values

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
Example:

"remote_config_payload"

url
string
required
Example:

"/v4/remote-configurations/82a42dc2-76f6-46c2-b883-846acaf2070a/payload"

config_id
string
required
Example:

"82a42dc2-76f6-46c2-b883-846acaf2070a"

data
object
required

The JSON values served to the SDK. Always a JSON object — {} when unset, never an array.

Example: