onboarding
updateDeviceInfo
Internal onboarding/updateDeviceInfo operation. Authentication requirements are derived from the active route allowlist.
post/onboarding/updateDeviceInfo
Request body
Example request
{
"app_instance_id": "d185882db608e91bd8e59fb1a51a4091",
"app_version": "3.0",
"aspect_ratio": 1.62,
"authorization_id": 1,
"country_code": "IN",
"device_id": "asdasfasdfqsdasdasd",
"device_info": "Android|7.1.1|OnePlus|ONEPLUS A3010",
"device_token": "1234 token",
"mxp_dev_id": "4ec8363a-349b-4c96-9e01-8f75b2785715",
"onesignal_subscription_id": "deb31779-fdfc-4246-8ca4-93dc18daacc7",
"os": "14",
"platform": "android",
"random_key": "sadfsdfweqfcsa",
"screen_dpi": 300,
"screen_height": 720,
"screen_width": 1465,
"session_count": 21,
"time_zone": "Asia/Karachi"
}Response
Standard successful response envelope.
Example response
{
"statusCode": 200,
"message": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.