API
CLI
GET /v1beta/domains
Example response
200 OK
A list of domains registered to this account.
JSON
{
"domains": [
{
"name": "example.com",
"status": "verified",
"hostname": "nfverify1608026055",
"token": "e596987b52855a4a773ef580ce2985d7746b37ce8b2a443d20fa27b913d8f57"
}
]
}