Integrate the Tutelar JS SDK to your website.
Just copy the below snippet and paste it before closing of head tag in your html.
<script type="text/javascript" src="https://cdn.tutelar.io/js/v2/client"></script>Call the below method in your script to initialise the Tutelar SDK to get client details.
var tutelar = new Tutelar({"public_key" : "tutpk_xxxxxxxxx"});You can get your Public key from the Client Dashboard from Access Settings.
Call the below method in your script to get client details.
tutelar.getClientDetails();