Skip to main content
GET
/
api
/
v1
/
domains
cURL
curl --request GET \
  --url https://mycluster.domino.tech/api/v1/domains
{
  "domains": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Response

A successful response.

Represents a list of domains.

domains
object[]