# listKeys

**Kind:** API Endpoint

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

The reader's keys on this project (prefix only — never hash/plaintext)

## Endpoint

`GET /public/p/:slugWithId/reader/keys`

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

## Referenced By

- `ReaderAccountController` (MODULE_DECLARES)
