Skip to main content
POST
/
nous
/
ab-testing
/
experiments
/
activate
Activate Experiment
curl --request POST \
  --url https://api.sophra.org/api/nous/ab-testing/experiments/activate \
  --header 'Content-Type: application/json' \
  --data '
{
  "experimentId": "{{testId}}"
}
'

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response