v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Dashboards

Create Dashboard

post/console/v1/dashboards

Request body

namestring required
descriptionstring

Response

Create dashboard response

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Dashboard Created Successfully",
  "data": {
    "id": "dashboard_id",
    "dashboard_url": "https://console.statsig.com/company_id/dashboards/dashboard_id"
  }
}