cURL
curl --request GET \ --url https://statsigapi.net/console/v1/layers/{id}/overrides \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "<string>", "data": { "conditionalOverrides": [ { "type": "<string>", "name": "<string>", "experimentName": "<string>", "groupName": "<string>" } ], "idOverrides": [ { "groupName": "<string>", "ids": [ "<string>" ], "idType": "<string>", "environment": "<string>", "experimentName": "<string>" } ] } }
Optional header to respect review settings for mutation endpoints.
id
Get Layer Overrides Success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?