Enables or disables an integration.
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.
256^[a-zA-Z0-9._-]+$Desired state. Only 0 (paused) and 1 (active) are accepted; 2 (error) is set exclusively
by the delivery worker. To remove an integration, use DELETE /v4/integrations/{integration_id}.
0, 1 1
Integration status updated.
A single integration record. Credentials (API keys, webhook secrets) are configured out-of-band after creation and are not exposed in this shape.
"integration"
Integration identifier. Stable for the lifetime of the record (soft-deleted records keep their ID).
"gNl6hyM6"
Canonical API path.
"/v4/integrations/gNl6hyM6"
Caller-supplied display title.
"Amplitude — Production iOS"
Provider display title (not the lowercase slug used on create). Use for UI; for references in other requests use id.
"Amplitude"
Store the integration forwards events for. Case-sensitive.
iOS, Android, Stripe Integration state.
0 — paused / draft (no events forwarded).1 — active (events forwarded).2 — error (delivery worker suspended the pipeline; inspect last_error_message/last_error_at). Cannot be set by callers.0, 1, 2 ISO 8601 creation timestamp.
"2026-02-26T16:03:09Z"
ISO 8601 last-update timestamp.
"2026-02-26T16:03:09Z"
ISO 8601 timestamp of the most recent successful delivery, or null if never delivered.
"2026-04-22T10:12:33Z"
ISO 8601 timestamp of the most recent delivery failure, or null.
Human-readable description of the most recent delivery failure, or null.
Running count of delivery failures since the last successful delivery.
x >= 0