Skip to main content
POST
Validate an experiment.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the experiment to validate.

Response

Experiment validation result returned.

is_valid
boolean
required

Whether the experiment is ready to be activated.

errors
object[]
required

List of validation errors preventing activation. Empty when is_valid is true.