Verify domain with Vercel Nameservers with API

Hello,

I want to deploy a lot of websites on Vercel.
The deployment is done by API with GitHub.
Next step is about to manage Domains.
I successfully added domains with API.
The issue is that I cannot choose which method to use for domain verification with API.
I want to use Vercel DNS by default or adding a parameter in the API request.
I did not find any possibility.
Thanks in advance for your help.

The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for bonus points.

You can also use v0 to narrow down the possibilities.

Can you explain a little more about what you’re asking for?

You can set your domain to use Vercel DNS by sending a PATCH with zone: false

Or do you mean some extra param in the purchase endpoint?

Hello,

I have projects from customers on GitHub.
I deploy them the websites on Vercel.
Customers purchased through my company domains on GoDaddy.
I use GoDaddy API and Vercel API to link domains from customers to their websites.
I need to do it by API from my SAAS.
I could change nameservers on GoDaddy domains with API.
Then I added the domain to the project of the customer to Vercel, but I need the verification.
And Patch method with zone:false is not working.
I need to add a project with Vercel DNS verification, but I didn’t find the possibility.
Did I explain well my workflow?
Thanks in advance for your help

@jacobparis
No solution?