v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
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.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

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
  }
}