Skip to main content
Integrations connect Qonversion to external marketing, analytics, and attribution platforms (e.g., Amplitude, Mixpanel, AppsFlyer, Adjust, Branch, Facebook, Google Ads). Use /v4/integrations/meta to discover the catalog of supported integration types and their required configuration fields.

Key concepts

  • Meta/v4/integrations/meta returns the catalog of integration types with their schema.
  • Status — Integrations can be enabled or paused via POST /v4/integrations/{id}/status.
  • Configuration — Per-integration configuration is validated against the type’s schema at create time.

Available endpoints

MethodEndpointDescriptionStatus
GET/integrationsList integrationsNew
POST/integrationsCreate integrationNew
GET/integrations/metaGet integrations metadataNew
DELETE/integrations/{integration_id}Delete integrationNew
POST/integrations/{integration_id}/statusUpdate integration statusNew

Authentication

All v4 endpoints require a Secret Key. See Authentication.