# subscribe

**Kind:** API Endpoint

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

Subscribe to release-note emails (double-opt-in; confirmation email sent)

## Endpoint

`POST /public/p/:slugWithId/changelog/subscribe`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `slugWithId` | path | `string` | ✓ |  |

## Referenced By

- `PublicChangelogController` (MODULE_DECLARES)
