Mobile API Documentation

Check app version compatibility

Overview: Use this service to check if the current mobile app version is supported, and whether it has an update.

Input Parameters

All parameters are mandatory with every API call.
Parameter Description
app_name Application identifier + version, e.g. "idex-ios", "idex-android"
app_version Application version e.g. "2.0.1"
app_key Secret application key, string, e.g. "ABCDEFGAASFDA13456211233".

Sample Request Extended

HTTP JSON
Endpoint: https://mobapi.idexonline.com/clientconfig/api/v2.0/versioncheck
{
  "app_name": "idex-ios",
  "app_version": "2.0.1",
  "app_key": "IMAStg24B"
}

Sample Response

JSON Data with HTTP Code 200
If all goes well, the response will be an HTTP 200 code and the response_code in the JSON will be 0.
{
  "result_info": {
	"response_code": 0,
	"response_description": ""
  },
  "results": {
	"update_available": false,
	"update_needed": false,
	"warning_message": ""
  }
}
		


Important Response Codes

Response Code Description
61303 app_update_needed


Test the API


Generate JSON Request



POST






© IDEX Online 2024   -   www.idexonline.com