curl --request POST \
--url https://api.example.com/members/domains \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>"
}
'{
"status": "Pending",
"domain": "<string>",
"txtRecord": "<string>"
}curl --request POST \
--url https://api.example.com/members/domains \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>"
}
'{
"status": "Pending",
"domain": "<string>",
"txtRecord": "<string>"
}The domain to be used to recognize Members
The new Domain record. This will contain the TXT record that needs to be added to the appropriate DNS zone to confirm ownership
Was this page helpful?