Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
The created experiment
The ID of the experiment
Example:
"123"
The name of the experiment
Example:
"My Experiment"
The creation timestamp of the experiment
Example:
"2024-03-20T12:00:00Z"
The slug of the feature this experiment belongs to
Example:
"my-feature"