Get balance
GET https://api.agilizepay.com/get_balance
SUMMARY:
access_token = Access token code generated by authentication
CLIENT_ID = Your client_id can be found within the dashboard.
{
'client_id: {CLIENT_ID}',
'Accept': 'application/json',
'Authorization': "Bearer {access_token}"
}Last updated