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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.withsutro.com/llms.txt
Use this file to discover all available pages before exploring further.
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?