Balance Estimated reading: 1 minute 568 views Base URLhttps://cellcast.com.au/api/v3/accountMethod: GETParametersHeader ParametersDescriptionAPPKEYPlease add provided APPKEY – linked to your Cellcast account.Content-Typeapplication/jsonSuccessful ResponsesCodeStatusDescription200SUCCESSHere’s your accountSuccessful Responses look like { "meta": { "code": 200, "status": "SUCCESS" }, "msg": "Here's your account", "data": { "account_name": "John", "account_email": "john@domain.com", "sms_balance": "5831.43", "mms_balance": "1006.00" } }