Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Path Parameters
id
Body
application/json
Response
Start Experiment Success
curl --request PUT \
--url https://statsigapi.net/console/v1/experiments/{id}/start \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"analysisStartTime": "2024-10-01",
"analysisEndTime": "2024-10-30"
}'
{
"message": "Experiment successfully started."
}
curl --request PUT \
--url https://statsigapi.net/console/v1/experiments/{id}/start \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"analysisStartTime": "2024-10-01",
"analysisEndTime": "2024-10-30"
}'
{
"message": "Experiment successfully started."
}
Optional header to respect review settings for mutation endpoints.
id
Start Experiment Success