cURL
curl --request POST \ --url https://statsigapi.net/console/v1/dashboards \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "message": "Dashboard Created Successfully", "data": { "id": "dashboard_id" } }
1 - 200
10000
Create dashboard response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?