---
title: "Request Link"
method: POST
path: "/v1/auth/request-link"
tags: ["auth"]
---

# Request Link

`POST /v1/auth/request-link`

Issue a fresh magic link. ALWAYS 200 with the same shape whether or not the email
exists — account enumeration is the attack this endpoint must not enable.

## Request body

- object

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mireye/apis/mireye-scout-api.md) · [All operations](https://skmtc.net/mireye/apis/mireye-scout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mireye/mireye-scout-api/versions/7c501afae006/schema)
