Loading...

Knowledge Base

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.

Modify Notification Email

Description

Modifies the domain's notification(alternate) email address.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequiredOrder ID of the Domain Registration, Email Hosting, Legacy Web Hosting, Website Builder, Enterprise Email or Digital Certificate Order
notification-emailStringRequiredNotification 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&notification-email=user1@emailaddress2.com

Response

Returns "SUCCESS" as the status if notification(alternate) email address of domain updated successfully.