SDK API
    SDK API
    • Request
      • Get or store user
        POST
      • Store visit event
        POST
      • Store event
        POST
      • Get campaign
        POST
      • Get strategy
        POST
      • Engagement
        GET
    • Schemas
      • user
      • ctx
      • device
      • userResponse
      • campaignActivateResponse
      • cart
      • eventData
      • CampaignRequestData
      • RtRules
      • strategyData
      • campaignData
      • detailedUser
      • variationData
      • campaignDataInline
      • campaignContent
      • campaignVariation

    cart

    [
        {
            "productId": "string",
            "quantity": 0,
            "itemPrice": 0
        }
    ]
    Built with