GET method to get Account Balance
[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
Response
Status Code List
Status Code
Description
E00001
Completed successfully.
Last updated
Was this helpful?