Authorizations
Headers
Path Parameters
Body
application/json
curl --request POST \
--url https://statsigapi.net/console/v1/experiments/{id}/schedule_start \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"scheduledTime": 123
}'{
"message": "Successfully scheduled experiment start"
}curl --request POST \
--url https://statsigapi.net/console/v1/experiments/{id}/schedule_start \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"scheduledTime": 123
}'{
"message": "Successfully scheduled experiment start"
}Was this page helpful?