v13
OpenAPI 3.0.32026-07-31359869.4 MBdomains
Get Information for a Single Domain
Get information for a single domain in an account or team.
get/v5/domains/{domain}
Path parameters
domainstring required
The name of the domain.
Example:example.com
The name of the domain.
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
Successful response retrieving an information for a specific domains.
Example response
{
"domain": {
"verified": true,
"nameservers": [
"ns1.nameserver.net",
"ns2.nameserver.net"
],
"intendedNameservers": [
"ns1.vercel-dns.com",
"ns2.vercel-dns.com"
],
"customNameservers": [
"ns1.nameserver.net",
"ns2.nameserver.net"
],
"creator": {
"id": "ZspSRT4ljIEEmMHgoDwKWDei",
"username": "vercel_user",
"email": "demo@example.com"
},
"name": "example.com",
"boughtAt": 1613602938882,
"createdAt": 1613602938882,
"id": "EmTbe5CEJyTk2yVAHBUWy4A3sRusca3GCwRjTC1bpeVnt1",
"renew": true,
"serviceType": "zeit.world",
"transferredAt": 1613602938882,
"transferStartedAt": 1613602938882
}
}