/api/v1/vikitron/dns-records-checker
Fetches and returns current DNS records for the given domain. Triggers a fresh DNS lookup before returning results.
vikitrongetApiV1VikitronDns-records-checker
Parameters
1 query
Query · 1
domainstringRequiredDomain name to check.
Request
GET /api/v1/vikitron/dns-records-checker
curl -X GET "https://api.bizkithub.com/api/v1/vikitron/dns-records-checker?domain=example.com" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
DNS records for the domain.
{
"records": [
{
"name": "example.com",
"type": "A",
"value": "example_value",
"hostname": "example_hostname",
"priority": 0,
"ttl": 0,
"active": false
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.