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"
}
}
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"
}
}
Optional header to respect review settings for mutation endpoints.
Get Project Info
The response is of type object
.