POST https://www.intellisoftware.co.uk/api/json/getbalance.aspx
{
"auth": {
"authtype": "accesskey",
"accesskey": "Yva$ER%Uhs\u002BUU[MzwEYe",
"secretkey": "F{kQ^s\u0060wVpm!EU~Bx8yB^A$N$[l{pxJA"
},
"request_version": "1.0.0",
"response_version": "1.0.3"
}Parameters:
| accesskey | This is your AccessKey used to authenticate to you IntelliSoftware account Click here to create an AccessKey / SecretKey pair |
| secretkey | This is your SecretKey used to authenticate to you IntelliSoftware account Click here to create an AccessKey / SecretKey pair |
| request_version | This specifies the version of the request format. Current version is '1.0.0'. |
| response_version | This specifies the required version of the response format. Current version is '1.0.3' |
Responses:
{
"response_status": "ok",
"balance": "100.0"
}{
"response_status": "failure",
"errors": [
{
"error": "login_invalid",
"error_code": 11
}
]
}Parameters:
| response_status | Overall return status |
| balance | Remaining Credit Balance |
| error | Error |
| error_code | Error Code (Numerical representation of the 'error' parameter) |
| error_description | (Optional) Provides additional information about the error (parameter not always present). Error description messages subject to change without notice. |
Error Codes:
| login_invalid | 11 | AccessKey or SecretKey is invalid |
| auth_parameter_missing | 20 | Required authentication parameters are missing |
| auth_parameter_invalid | 21 | Required authentication parameters are invalid |
| connection_not_secure | 22 | Connection refused as the connection is not secure |
| internal_error | 12 | Unable to process request at this time |
POST https://www.intellisoftware.co.uk/api/https/getbalance.aspx
accesskey=Yva%24ER%25Uhs%2bUU%5bMzwEYe&secretkey=F%7bkQ%5es%60wVpm!EU%7eBx8yB%5eA%24N%24%5bl%7bpxJA
Parameters:
| accesskey | This is your AccessKey used to authenticate to you IntelliSoftware account Click here to create an AccessKey / SecretKey pair |
| secretkey | This is your SecretKey used to authenticate to you IntelliSoftware account Click here to create an AccessKey / SecretKey pair |
Responses:
BALANCE:100.0
ERR:LOGIN_INVALID
Error Codes:
| LOGIN_INVALID | 11 | AccessKey or SecretKey is invalid |
| AUTH_PARAMETER_MISSING | 20 | Required authentication parameters are missing |
| AUTH_PARAMETER_INVALID | 21 | Required authentication parameters are invalid |
| CONNECTION_NOT_SECURE | 22 | Connection refused as the connection is not secure |
| INTERNAL_ERROR | 12 | Unable to process request at this time |