Get Notification Email

Description

Fetches 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 Order

Note

For a Domain Registration Order, the notification email address will be returned only if the associated FREE Email Service is activated.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/mail/domain/notification-email.json?auth-userid=0&api-key=key&order-id=0

Response

Returns a hash map containing the notification email address (emailAddress).

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.