---
title: "Request a magic link login email"
method: POST
path: "/v1/auth/magic"
tags: ["Auth"]
---

# Request a magic link login email

`POST /v1/auth/magic`

Send a one-time magic link and 6-digit login code to a registered user. Always returns `{ ok: true }` so the endpoint does not leak whether an email exists.

## Request body

- object
  - `email` string, email, required
  - `next` string

## Response `200`

Default Response

- object
  - `ok` boolean

---

[API](https://skmtc.net/schedkit/apis/schedkit-api.md) · [All operations](https://skmtc.net/schedkit/apis/schedkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schedkit/schedkit-api/revisions/ff810218c3f4/schema)
