Live DNS Query

GET
 /api/axon/domain/dns/live/:domain
 do live DNS lookups on a domain

Parameters

Request Header
"Authorization: BEARER {YOUR_API_KEY_HERE}"
Domain (string)
Path Parameter
Input domain
Limit (integer)
Query Parameter
Limit the number of tuples returned to this
Minimum: 1
Maximum: 1000
Wildcard (boolean)
Query Parameter
Include child labels
First_seen (date)
Query Parameter
Filter records by first seen date
Format: YYYY-MM-DD
Last_seen (date)
Query Parameter
Filter records by last seen date
Format: YYYY-MM-DD

Example Usage

cURL
curl -H "Authorization: BEARER {YOUR_API_KEY}" https://app.validin.com/api/axon/domain/dns/live/{domain}