get
https://wt-your-id.sandbox.auth0-extend.com/your-app/api/balance
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Get balance of the currently authenticated user
$.get(
'https://yoursite.com/your-app/balance/',
function(data) {
console.log(data);
}
);
