DOCUMENTATION CENTER

Everything you need to build with Vivid Vortex.

Step-by-step guides, API reference and code examples to integrate tracking, payments and automation into your network.

Popular:AuthenticationS2S postbacksAffiliate payoutsNode.js SDK
crear-conversion.js
// Install the SDK: npm install @vividvortex/sdkimport { Vortex } from '@vividvortex/sdk' const vortex = new Vortex('vv_live_4f8a…') const conv = await vortex.conversions.create({  offerId: 8842, affiliateId: 1207,  payout: 42.50, status: 'approved'}) // → synced to 3 destinations
CODE EXAMPLES

Copy, paste, deploy.

Every endpoint in the reference includes runnable examples in the four official languages, with your sandbox keys already inserted.

Node.jsPythonPHPcURL
Test risk-free: the sandbox replicates production with fictional data.