cURL
curl --request POST \ --url https://domainwarden.app/api/domains/{domain_id}/check/dns \ --header 'Authorization: Bearer <token>'
{ "message": "DNS check has been queued." }
Triggers a manual DNS 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.
"DNS check has been queued."