getCustomerReferralStats

Access all of the referral data for a customer

RivoJS.getCustomerReferralStats().then(function(resp){
  console.log(resp)
});

Sample response

{
    "clicked_count": 50,
    "claimed_count": 22,
    "completed_count": 10
}