# getByCustomDomain

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/project/public-project.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/project/public-project.controller.ts#L228)

Resolve a live custom domain to its published project

## Endpoint

`GET /public/domain/:host`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `host` | path | `string` | ✓ | The custom hostname |

## Referenced By

- `PublicProjectController` (MODULE_DECLARES)
