The DNS endpoint allows you to get a list of DNS records.
Last updated 2 years ago
Was this helpful?
GET https://api.halosecurity.com/api/v1/dns/list.json
GET
https://api.halosecurity.com/api/v1/dns/list.json
Returns a paginated list of DNS records.
sort
String
0
= none (default)
sort_desc
Integer
0 = No (default)
1 = Yes
1
type
Filter by type
value
Filter by value
host
Filter by host
{ "list": [ { "record": { "host": "www.example.com", "type": "a", "value": "0.0.0.0" }, "target": { "target_name": "", "target_id": 1, "target": "www.example.com" } } ] }