ContactInformation
Contact Information
notifications
Return the account's notification preferences.
Use this function to get a cPanel or Webmail account's notification preferences.
get/ContactInformation/get_notification_preferences
Response
Request was successful.
Example response
{
"apiversion": 3,
"func": "get_notification_preferences",
"module": "ContactInformation",
"result": {
"data": [
{
"descp": "Someone logs in to my account.",
"enabled": 1,
"name": "notify_account_login"
}
],
"status": 1
}
}