Get existing DNS records (Max returned records 1000)
Note
Use the API paginated endpoint Get page of existing DNS records
Responses
Status  | Meaning  | Description  | Schema  | 
|---|---|---|---|
200  | OK  | Inline  | |
400  | Bad Request  | None  | |
401  | Unauthorized  | None  | |
403  | Access Forbidden  | None  | |
404  | Not Found  | None  | |
406  | Not Acceptable  | None  | |
429  | Too Many Requests  | None  | |
500  | Internal Server Error  | None  | 
[
  {
    "description": "string",
    "domain": "string",
    "id": "string",
    "ipv4Addresses": [
      "string"
    ],
    "ipv6Addresses": [
      "string"
    ]
  }
]