---
title: "Sign in with magic link"
method: POST
path: "/magic-link/sign-in"
tags: ["Magic Link Plugin"]
---

# Sign in with magic link

`POST /magic-link/sign-in`

Sends a magic link to the given email address if an account exists. Optionally creates a new account if sign-up is enabled.

## Request body

- MagicLinkSignInRequest
  - `callback_url` string, nullable
  - `email` string, required
  - `name` string, nullable

## Response `200`

OK

- MagicLinkSignInResponse
  - `message` string, required

## Changes

- **2026-07-09** `dad8e2644615` — 1 info
  - endpoint added
- **2026-07-08** `d2f9387037c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/authula/apis/authula-api/changes/magic-link/sign-in/post.md)

---

[API](https://skmtc.dev/authula/apis/authula-api.md) · [All operations](https://skmtc.dev/authula/apis/authula-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authula/authula-api/revisions/1a139f96a670/schema)
