curl --request GET \
--url https://api.example.com/members/domains{
"domains": [
{
"status": "Pending",
"domain": "<string>",
"txtRecord": "<string>"
}
]
}curl --request GET \
--url https://api.example.com/members/domains{
"domains": [
{
"status": "Pending",
"domain": "<string>",
"txtRecord": "<string>"
}
]
}A list of the currently registered domains. Since this will be a short list, we don't paginate this response
Show child attributes
Was this page helpful?