Skip to main content
GET
/
console
/
v1
/
company
Get Company Info
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>"
  }
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Response

Get company info response

message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.

I