DNS_Checker_API
Verify DNS records for any domain by submitting a POST request. This tool simplifies domain validation and troubleshooting, ensuring accurate DNS configurations for improved domain management.
Instructions
Make a POST request to magicapi/dnschecker/dnschecker
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | google.com |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"default": "google.com",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}