UpPromote Marketplace API
    • Get offers
      GET
    • Get affiliate links
      GET
    • Get referral orders
      GET
    • Get payments
      GET
    • Schemas
      • object
      • Referral

    Referral

    {
        "per_page": 10,
        "current_page": 1,
        "next_page_url": "string",
        "prev_page_url": "string",
        "from": 1,
        "to": 10,
        "referrals": [
            {
                "offer_id": "12345",
                "offer_name": "Demo Store",
                "website": "https://demostore.myshopify.com",
                "referral_id": "10262521",
                "shopify_order_id": "6267135590722",
                "total_sales": "100.00",
                "commission_amount": "10.00",
                "currency": "USD",
                "created_at": "2023-01-11T18:06:03.000000Z",
                "sub_id": "string",
                "status": "PENDING"
            }
        ]
    }
    Built with