cURL
curl --request GET \ --url https://statsigapi.net/console/v1/settings/project \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Settings read successfully.", "data": { "name": "Test Project", "visibility": "CLOSED", "default_unit_type": "user_id" } }
Optional header to respect review settings for mutation endpoints.
Get Project Settings Response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?