Knowledge Base
Categories: Reseller Linux Hosting API
Get DNS Records for a Reseller Linux Hosting Order Using the API
When you want to retrieve DNS records for a Reseller Linux Hosting order using the API. This article explains the required authentication parameters, order ID input, and DNS record response information for the hosting domain.
Description
Gets the DNS records of a Reseller Linux Hosting 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 Reseller Linux Hosting Order |
HTTP Method
GET
Example Test URL Request
US Server https://test.httpapi.com/api/resellerhosting/linux/us/dns-record.json?auth-userid=0&api-key=key&order-id=0 India Server https://test.httpapi.com/api/resellerhosting/linux/in/dns-record.json?auth-userid=0&api-key=key&order-id=0
Response
Returns DNS records of the domain name.
Did you find this article helpful?