Detect the DNS provider for a custom domain via NS lookup.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/domains/{domain_id}/provider{
"provider": "<string>",
"name": "<string>",
"logo_url": "<string>",
"dns_settings_url": "<string>",
"auto_config_url": "<string>"
}Detected DNS provider information for a domain
Provider identifier (e.g. "cloudflare", "godaddy")
Display name of the DNS provider
URL to the provider logo icon
Deep link to the DNS settings page for this domain
Domain Connect URL for one-click auto-configuration (when supported)
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/domains/{domain_id}/provider{
"provider": "<string>",
"name": "<string>",
"logo_url": "<string>",
"dns_settings_url": "<string>",
"auto_config_url": "<string>"
}