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
Example request
{
"email": "user@example.com",
"firebaseUid": "firebase-uid-123",
"redirectPath": "/chat/abc-123",
"locale": "de"
}Response
Welcome magic link sent
Changes
No recorded changes to this endpoint across all 1 revision of this API.