---
title: "Get configured custom domain"
method: GET
path: "/custom-domain"
tags: ["Custom Domain"]
---

# Get configured custom domain

`GET /custom-domain`

Shows the current custom domain the cluster is configured for, if any

## Response `200`

Successful response

- CustomDomain
  - `hostname` string, nullable, required — First configured custom domain or SNI hostname, or null when none is configured
  - `hostnames` string[], required — All configured custom domain or SNI hostnames
  - `configured` boolean, required — Whether a custom domain or custom certificate is configured

---

[API](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api.md) · [All operations](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudamqp/cloudamqp-instance-api/revisions/d04a3670170c/schema)
