Skip to main content
GET
/
members
/
domains
Get a list of the currently registered domains
curl --request GET \
  --url https://api.example.com/members/domains
{
  "domains": [
    {
      "status": "Pending",
      "domain": "<string>",
      "txtRecord": "<string>"
    }
  ]
}

Response

200 - application/json

A list of the currently registered domains. Since this will be a short list, we don't paginate this response

domains
object[]