Auth

Send paid-funnel welcome magic link email

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

post/v1/auth/magic-link/request-welcome

Headers

originstring required
accept-languagestring required

Request body

emailstring required
firebaseUidstring
redirectPathstring

Relative path to redirect the user to after email confirmation

localestring

UI locale for the email copy (bare code or BCP-47); falls back to Accept-Language, then English

Example request

{
  "email": "user@example.com",
  "firebaseUid": "firebase-uid-123",
  "redirectPath": "/chat/abc-123",
  "locale": "de"
}

Response

Welcome magic link sent

firebaseCustomTokenstring

Present when email verification is disabled — use to sign in directly

firebaseUidstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.