cURL
curl --request GET \ --url https://statsigapi.net/console/v1/holdouts/{id}/overrides \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Holdout Overrides read successfully.", "data": { "passingUserIDs": [ "string" ], "failingUserIDs": [ "string" ] } }
Optional header to respect review settings for mutation endpoints.
id
Read Holdout Overrides Success
A simple string explaining the result of the operation.
A single result. Contract for overrides
Show child attributes
Was this page helpful?