Register Device
Register a new device
TT MOBILE ALGORITHM ENDPOINT
Register a new device
GET https://kitkot.xyz/api/algorithms/device/register
Registers a new device and returns the device information in an object
Query Parameters
Name
Type
Description
api_key*
String
The api_key you got when purchasing our service
region
String
The region/country to create the device in. This should be in ALPHA-2 code format, defaults to DE
{
"msg": "success",
"code": 200,
"dev_info": {
"IDFA": "",
"IDFV": "",
"MSSDKVersion": "",
"MSSDKVersionCode": "",
"appId": "",
"appName": "",
"appVersion": "",
"appVersionCode": "",
"arch": "",
"bootId": "",
"bootTimeUTC": "",
"brightness": 0,
"buildNumber": "",
"carrier": "",
"carrierRegion": "",
"cdid": "",
"channel": "",
"cpuCoreNum": 0,
"cronetVersion": "",
"curBattery": 0,
"densityDpi": 0,
"deviceBrand": "",
"deviceId": "",
"deviceModel": "",
"dylbHash": "",
"dyldShareCache": "",
"dyldUuid": "",
"gitHash": "",
"infoProductVersion": "",
"installId": "",
"installTime": "",
"internalFreeSize": "",
"internalStorageSize": "",
"internalStorageUsedSize": "",
"ipv6": "",
"l1DCacheSize": "",
"l2CacheSize": "",
"language": "",
"launchFirstTime": "",
"licenseId": "",
"mac": "",
"openUdid": "",
"os": "iOS",
"osVersion": "",
"package": "",
"platform": "",
"ramTotalSize": "",
"region": "",
"regionType": "",
"romCompileUTC": "",
"screenHeight": 0,
"screenWidth": 0,
"secDeviceIdToken": "",
"sigHash": "",
"teamID": "",
"textHash": "",
"timezone": "",
"timezoneName": "",
"timezoneOffset": 0,
"ttnetVersion": "",
"userAgent": "",
"vendorId": "",
"webUA": "",
"wifiGateWayIP": "",
"wifiIP": "",
"app_language": "",
"mccMnc": "",
"carrier_region_v2": ""
}
}Last updated