GET
/
console
/
v1
/
project
curl --request GET \
  --url https://statsigapi.net/console/v1/project \
  --header 'STATSIG-API-KEY: <api-key>'
{
  "message": "Project Info Retrieved Successfully",
  "data": {
    "id": "company_id"
  }
}

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 Project Info
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.