SMS balance API
API for checking remaining balance
Perform a HTTP call at the following URL:
http://sendbulksms.com/sms/api/http/credits.php
The parameters for this request are:
username (required), username
password (required), password
Example of a request:
http://sendbulksms.com/sms/api/http/credits.php?username=USERNAME&password=PASSWORD
This request can return the following messages:
Success:
eg Credits:3948.47
Errors:
Error: Authentication error.


