Skip to main content

Global Notification Settings

GET 

/partner/notification/:user_code/security_notification/master_setting

Retrieves the on/off settings for security notification conditions. Returns data with is_active = 'N' if no settings have been saved yet.

Request

Responses

200Security notification master settings retrieved successfully
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": [
{
"group_security_notification_master_setting_idx": 1,
"parent_user_code": "DEMO-USR-001",
"is_active": "Y"
}
]
}
Schema Details
FieldTypeDescription
messageobject
dataarray