Update user app settings and preferences. Partial update supported.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Body Params application/jsonRequired
{
"language": "en",
"currency": "EGP",
"notifications": {
"push_enabled": true,
"email_enabled": true,
"distribution_alerts": true,
"payout_alerts": true,
"marketing": false
},
"biometric_enabled": false,
"two_factor_enabled": true
}
Responses
{
"success": true,
"message": "Settings updated successfully",
"data": {
"language": "en",
"currency": "EGP",
"notifications": {
"push_enabled": true,
"email_enabled": true,
"distribution_alerts": true,
"payout_alerts": true,
"marketing": false
},
"biometric_enabled": false,
"two_factor_enabled": true
}
}
Modified at 2026-03-12 00:48:26