Custom Domains
Get Custom Domain
Retrieves a single custom domain by ID, including its current lifecycle state and any error metadata.
get/v2/cloud-gateways/custom-domains/{customDomainId}
Path parameters
customDomainIdstring uuid required
Example:39ed3790-085d-4605-9627-f96d86aaf425
ID of the custom domain to operate on.
Response
Response format for retrieving a custom domain for a control-plane.
Example response
{
"id": "39ed3790-085d-4605-9627-f96d86aaf425",
"control_plane_id": "0949471e-b759-45ba-87ab-ee63fb781388",
"domain": "example.com",
"certificate_id": "3b7cbeee-fbec-440e-a5ef-89e7dec3b9d0",
"sni_id": "a8f11ea8-af09-4422-9735-5d4f8910aba1",
"state_metadata": {
"reported_status": "INVALID",
"reason": "CNAME points to '_acme-challenge.<prefix>.gateways.konghq.tech.' instead of '_acme-challenge.<prefix>.acme.gateways.konghq.tech.'\n"
},
"entity_version": 1,
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}