Send Magic Link
Send magic link login email. Always returns 200 to prevent email enumeration.
Send magic link login email. Always returns 200 to prevent email enumeration.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
email*Email
User email address
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/auth/magic-link" \ -H "Content-Type: application/json" \ -d '{ "email": "string" }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}