getShopVipTier

Retrieve all of the Vip Tiers for the Shop

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

Sample response

{
    "success": true,
    "tier": {
        "id": 1,
        "name": "Bronze",
        "threshold": 0,
        "perks": [],
        "icon_url": null,
        "desc": "",
        "rewards": []
    }
}