Knowledge Base
Categories: Business & Enterprise Email API
Modify Notification Email Address for Business Email and Enterprise Email Using the API
When you want to update the notification or alternate email address for Business Email or Enterprise Email services. This article explains how to modify the notification email address using the API.
Description
Modifies the domain's notification(alternate) email address.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | Order ID of the Domain Registration, Email Hosting, Legacy Web Hosting, Website Builder, Enterprise Email or Digital Certificate Order |
| notification-email | String | Required | Notification email address |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/mail/domain/update-notification-email.json?auth-userid=0&api-key=key&order-id=0¬ification-email=user1@emailaddress2.com
Response
Returns "SUCCESS" as the status if notification(alternate) email address of domain updated successfully.
Did you find this article helpful?