GET method to get Account Balance
https://app-sms.online-live-support.com/api/getBalance.php?apiKey=[APIKEY]&email=[EMAIL]
[APIKEY]
[EMAIL]
Request and Response format
Request
https://app-sms.online-live-support.com/api/getBalance.php?apiKey=[APIKEY]&email=[EMAIL]
Response
{"status":"[STATUS]","msgCode":"[MSGCODE]","statusMsg":"[ STATUSMSG]"," balance":"[ BALANCE]"} *Response array encoded with JSON
Example code for request and response
Request
https://app-sms.online-live-support.com/api/getBalance.php?apiKey=e0323drabst6728725da3dvdcra78910a&[email protected]
Response
{"status":"ok","msgCode":"E00001","statusMsg":"Completed successfully.","balance":"120.22"}
Status Code List
Status Code
Description
E00001
Completed successfully.
Last updated
Was this helpful?