Changes the status of an experiment (e.g. start, pause, finish).
Documentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Experiment identifier.
256^[a-zA-Z0-9._-]+$New experiment status.
draft, active, paused, finished Updated experiment with new status.
"experiment"
Experiment identifier (server-generated UID).
Canonical API path.
Experiment display name.
User-facing stable identifier (supplied on POST, immutable after). Added in the DEV-777 response audit; was missing from the public envelope despite being accepted on create.
"paywall_ab_test_v3"
Experiment description.
Current experiment status.
ISO 8601 timestamp when the experiment was started.
ISO 8601 timestamp when the experiment was finished.
Percentage of users included in the experiment.
Primary success metric. Legacy experiments created before the underscore naming may return hyphenated variants (e.g. user-to-trial, subscription-cancellation); treat them as read-only and migrate to the underscore form before sending them back on PATCH.
Target value for the primary metric.
Desired direction of change for the primary metric.
Context key for context-specific experiments.
Whether this experiment is restricted to a specific context.
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.