Create integration
Creates a new integration for the project.
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.
Authorizations
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.
Headers
Unique key to ensure idempotent creation. Same key returns original response.
Body
Display title visible in the dashboard (1-255 chars).
1 - 255"Amplitude — Production iOS"
Provider slug. Call GET /v4/integrations/meta for the canonical catalog; the typical set includes
amplitude, appmetrica, facebook, firebase, mixpanel, posthog, segment, searchads,
adjust, appsflyer, branch, kochava, singular, split_metrics, asapty, tenjin,
amazon_s3, google_cloud_storage, slack, webhooks, braze, clevertap, mailchimp,
onesignal, pushwoosh.
"amplitude"
Store to forward events for. Case-sensitive.
iOS, Android, Stripe Response
Integration created.
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; inspectlast_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