v13
OpenAPI 3.0.32026-07-31359869.4 MBdomains
Get Domain Verification Record
Get the TXT verification record needed to claim ownership of a domain for the authenticated team. The caller must add this TXT record to _vercel.{domain} in their DNS configuration, then call POST /domains/:domain/claim to complete the ownership transfer.
get/v9/domains/{domain}/verification
Path parameters
domainstring required
The domain name to get the verification record for
Example:example.com
The domain name to get the verification record for
Query parameters
teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l
The Team identifier to perform the request on behalf of.
slugstring
Example:my-team-url-slug
The Team slug to perform the request on behalf of.
Response
Returns the TXT record needed to verify domain ownership.