curl --request GET \
--url https://statsigapi.net/console/v1/company \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "<string>",
"data": {
"companyID": "<string>",
"companyName": "<string>",
"orgID": "<string>",
"orgName": "<string>"
}
}
curl --request GET \
--url https://statsigapi.net/console/v1/company \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "<string>",
"data": {
"companyID": "<string>",
"companyName": "<string>",
"orgID": "<string>",
"orgName": "<string>"
}
}
Optional header to respect review settings for mutation endpoints.
Get company info response
The response is of type object
.