get https://wt-your-id.sandbox.auth0-extend.com/your-app/api/balance
Get balance of the currently authenticated user
$.get(
'https://yoursite.com/your-app/balance/',
function(data) {
console.log(data);
}
);
Get balance of the currently authenticated user
$.get(
'https://yoursite.com/your-app/balance/',
function(data) {
console.log(data);
}
);