cURL
curl --request POST \ --url https://app.pulseguard.nl/api/v2/toolbox/dns-lookup \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "domain": "example.com" }'
{ "success": true, "message": "<string>", "data": { "domain": "<string>", "record_type": "<string>", "records": [ { "value": "<string>", "ttl": 123 } ] } }
Perform DNS record lookup (Expert Plan required)
API token generated from your PulseGuard dashboard
DNS lookup completed successfully
The response is of type object.
object