Loading...

Knowledge Base

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.

Get DNS Records

Description

Gets the DNS records of an Enterprise Email Order.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequiredOrder 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)