Documentation & Resources

    Everything you need to integrate, customize, and scale your affiliate program with QUALITYCLICK. Clear guides, complete API reference, and ready-to-use examples.

    Powerful SOAP API

    Build custom integrations, automate workflows, and extend your affiliate program with our comprehensive SOAP interface. Full WSDL specification included.

    • SOAP 1.1/1.2 endpoints with full WSDL
    • WS-Security authentication
    • Synchronous transaction processing
    • Comprehensive error handling
    • Sandbox environment for testing
    Request API Access
    <!-- SOAP Request: New Conversion -->
    <soap:Envelope 
      xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
      xmlns:qc="http://api.qualityclick.com/v2">
      <soap:Header>
        <qc:AuthToken>your-api-token</qc:AuthToken>
      </soap:Header>
      <soap:Body>
        <qc:CreateConversion>
          <qc:AffiliateId>aff_123</qc:AffiliateId>
          <qc:CampaignId>camp_456</qc:CampaignId>
          <qc:Amount>99.99</qc:Amount>
          <qc:Currency>EUR</qc:Currency>
          <qc:OrderId>ORD-2026-001</qc:OrderId>
        </qc:CreateConversion>
      </soap:Body>
    </soap:Envelope>
    
    <!-- Response -->
    <soap:Body>
      <qc:ConversionResponse>
        <qc:Id>conv_789</qc:Id>
        <qc:Status>pending</qc:Status>
        <qc:Commission>9.99</qc:Commission>
      </qc:ConversionResponse>
    </soap:Body>

    Need Help Getting Started?

    Our integration team is ready to help. From initial setup to complex custom integrations, we'll get you tracking conversions fast.