Get Layer Parameters
Layers
Get Layer Parameters
Fetches parameter values from a layer. Layers allow you to share parameters across multiple experiments. Automatically logs exposure events.
POST
Get Layer Parameters
Documentation Index
Fetch the complete documentation index at: https://docs.statsig.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
SDK API key (Server Secret or Client SDK Key)
Body
application/json
Name of the layer
User object containing identification and attributes for evaluation. At minimum, provide at least one identifier.
SDK metadata for tracking SDK type, version, and other diagnostic information
Example:
{
"sdkType": "js-client",
"sdkVersion": "4.20.0",
"exposureLoggingDisabled": false
}