GET method to get Account Balance
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
Response
Status Code List
Last updated