Get DNS Records for an Enterprise Email Order Using the API
When you want to retrieve DNS records for an Enterprise Email order using the API. This article explains the required authentication parameters, order ID input, and DNS record response information including record type, host, value, and class details.
Description
Gets the DNS records of an Enterprise Email Order.
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 Enterprise Email Order |
HTTP Method
GET
Example Test URL Request
US Server https://test.httpapi.com/api/enterpriseemail/us/dns-record.json?auth-userid=0&api-key=key&order-id=0
Response
Returns a hash map containing the below details of the DNS records associated with the Enterprise Email Order:
-
Type of DNS Record (type)
-
Name or the Fully Qualified Domain Name associated with the DNS record (host)
-
Data of Type-specific relevance, such as the IP Address for Address Records or Hostname for MX records (value)
-
Class of the DNS Record (class)