GET
/
console
/
v1
/
company
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>"
  }
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Response

200
application/json
Get company info response
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.