Domains /
List domains
Lists available domains
Response attributes
object
domains
array required
A list of domains registered to this account.
object
Details about a domain.
name
string required
The domain name.
status
string required
The status of the domain verification.
one of: pending, verified
hostname
string required
The hostname to add to your domain's DNS records as a TXT record to verify the domain.
token
string required
The token to add as the content of the TXT record to verify the domain.
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"
}
]
}