Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/reader-account/reader-account.controller.ts
Magic-link landing: renders the confirm page (does NOT redeem)
Endpoint
GET /public/p/:slugWithId/reader/auth/callback
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
slugWithId | path | string | ✓ | |
code | query | string | ✓ |
Referenced By
ReaderAccountController(MODULE_DECLARES)
Was this page helpful?