v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Auth

Request a magic link login email

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.

post/v1/auth/magic

Request body

emailstring email required
nextstring

Response

Default Response

okboolean

Example response

{
  "ok": true
}