cURL
curl --request POST \ --url https://domainwarden.app/api/domains/{domain_id}/check/whois \ --header 'Authorization: Bearer <token>'
{ "message": "WHOIS check has been queued." }
Triggers a manual WHOIS check for the specified domain. This operation is rate-limited to once every two hours per domain. The check will be queued and processed asynchronously.
You can obtain your API Token from your Domainwarden account settings.
The ID of the domain.
"WHOIS check has been queued."