GET method to get Account Balance
[APIKEY]
API Key. (Find your API key at https://app-sms.online-live-support.com/dashboard.php My Account > Settings)
[EMAIL]
Email. (Find your API key at https://app-sms.online-live-support.com/dashboard.php My Account > Settings)
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