v1
latestOpenAPI 3.0.02026-07-135338.4 KBdomains
Gets a list of domains registered for the authenticating user.
get/v4/domains
Query parameters
teamIdstring
A team id in case you want to act on behalf of a team
Response
OK
Example response
{
"domains": [
{
"id": "Qmf2RSrNz5sqt6nznp4JpAyXgT6pY65qwJJn8gESt2iKoi",
"name": "zeit.rocks",
"cdnEnabled": false,
"createdAt": 1549492062697,
"boughtAt": 1549492066000,
"expiresAt": 1581033599000,
"nsVerifiedAt": 1549492417256,
"orderedAt": 1549492057859,
"serviceType": "zeit.world",
"txtVerifiedAt": null,
"verified": true,
"nameservers": [
"f.zeit-world.net",
"e.zeit-world.com",
"b.zeit-world.co.uk",
"c.zeit-world.org"
],
"intendedNameservers": [
"b.zeit-world.co.uk",
"c.zeit-world.org",
"e.zeit-world.com",
"f.zeit-world.net"
],
"verificationRecord": "QmReErtvkKUkogSYEAFJCQVPboxRcrCygaFG8xUKinurD4"
}
]
}