Skip to content

Store Device Info

Updates the system with the user’s current device details to enable targeted push notifications and platform-specific features.

POST/user/v1/storedeviceinfo
Terminal window
curl -X POST https://api.juspredict.com/user/v1/storedeviceinfo \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"device_info": {
"device_id": "device-uuid",
"os_type": "ANDROID",
"fcm_token": "fcm-registration-token"
}
}'
{
"status": {
"type": "SUCCESS",
"details": []
}
}
FieldTypeDescription
statusStatusOperation status.