cURL
curl --request POST \ --url https://app.pulseguard.nl/api/v2/toolbox/whois \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "domain": "example.com" } '
{ "success": true, "message": "<string>", "data": { "domain": "<string>", "registrar": "<string>", "creation_date": "2023-11-07T05:31:56Z", "expiration_date": "2023-11-07T05:31:56Z", "nameservers": [ "<string>" ], "raw_data": "<string>" } }
Perform WHOIS domain lookup (Expert Plan required)
API token generated from your PulseGuard dashboard
Domain name for WHOIS lookup
"example.com"
WHOIS lookup completed successfully
true
Success message
Response data as object
Show child attributes