{
"device_id": "633U5DMHS8HW"
}
curl --location --request POST '/v2/device/online' \
--header 'X-Tg-App-Id;' \
--header 'X-Tg-Platform;' \
--header 'X-Tg-Sdk-Version;' \
--header 'Accept-Language;' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Pkgname;' \
--header 'Authorization;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "633U5DMHS8HW"
}'
{
"code": 200,
"msg": "ok",
"data": {
"1702D8OBYWWQ": {
"is_online": 0,
"up_at": 0,
"down_at": 0,
"live_time": 0,
"dormant_status": {
"is_alive": true,
"last_heartbeat_data": "string",
"last_heartbeat_time": 0,
"sleep_login_time": 0,
"last_offline_time": 0
}
}
}
}