get
https://api.matchbook.com/edge/rest/account/balance
Get the balance for the user currently logged in.
This API requires authentication and will return a 401 in case the session expired or no session token is provided.
API GROUP : ACCOUNT
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});