Skip to main content
Get details about a Members domain
curl --request GET \
  --url https://api.example.com/members/domains/{domainId}
{
  "status": "Pending",
  "domain": "<string>",
  "txtRecord": "<string>"
}

Path Parameters

domainId
string
required

Response

Details of the requested Domain

status
enum<string>

The ownership verification status

Available options:
Pending,
Verified
domain
string<hostname>

The domain to accept members from

txtRecord
string

The DNS TXT record that needs to be added to confirm ownership