Get DNS Records

Description

Gets the DNS records of an Impress.ly 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 Impress.ly Order.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/impressly/dns-record.json?auth-userid=0&api-key=key&order-id=0

Response

Returns DNS records of the Impress.ly Order.

Example:

{"type":"A","value":"1.2.3.4","domainName":"domain.com"},{"type":"CNAME","value":"domain.appmachine.io","domainName":"www.domain.com"}

Note

No DNS records will be returned for an Order on the free plan, since it does not support publishing the website.