cURL
curl --request GET \ --url https://statsigapi.net/console/v1/company \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "<string>", "data": { "companyID": "<string>", "companyName": "<string>", "isWarehouseNative": true, "orgID": "<string>", "orgName": "<string>" } }
Optional header to respect review settings for mutation endpoints.
Get company info response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?