# confirm

**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#L96)

Confirm a changelog subscription (emailed link)

## Endpoint

`GET /public/p/:slugWithId/changelog/confirm`

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

## Referenced By

- `PublicChangelogController` (MODULE_DECLARES)
