Hi Netlify Team,
We are trying to build website builder where user can create site through us.
After user create domain and site, I want to show them a status of External DNS in a site
The UI makes an API call to: https://app.netlify.com/.netlify/functions/verify?domain=<domain>. You can find this request in the dev tools network tab. Feel free to experiment with it.