Get the payload mapping
Returns the payload mapping — the key → type schema that tells the SDK how to interpret each payload key. This is the schema, not the values: see the payload endpoint for the JSON values delivered to the SDK.
Authorizations
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
Remote configuration identifier.
Response
Payload mapping
The payload mapping: the key → type schema describing how the SDK should
interpret each payload key. This is the schema — not the delivered values
(see V4RemoteConfigurationPayload).