---
title: "Send paid-funnel welcome magic link email"
method: POST
path: "/v1/auth/magic-link/request-welcome"
tags: ["Auth"]
---

# Send paid-funnel welcome magic link email

`POST /v1/auth/magic-link/request-welcome`

Sends the Lovmia welcome magic link email to the specified address. Intended for manual testing and QA.

## Headers

- `origin` string, required
- `accept-language` string, required

## Request body

- RequestMagicLinkDto
  - `email` string, required
  - `firebaseUid` string
  - `redirectPath` string — Relative path to redirect the user to after email confirmation
  - `locale` string — UI locale for the email copy (bare code or BCP-47); falls back to Accept-Language, then English

## Response `200`

Welcome magic link sent

- RequestMagicLinkResponseDto
  - `firebaseCustomToken` string — Present when email verification is disabled — use to sign in directly
  - `firebaseUid` string

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
