Sign In With Magic Link
Sign in with magic link
Authentication
AuthorizationBearer
Bearer token authentication
Request
This endpoint expects an object.
email
Email address to send the magic link
name
User display name. Only used if the user is registering for the first time. Eg: “my-name”
callbackURL
URL to redirect after magic link verification
newUserCallbackURL
URL to redirect after new user signup. Only used if the user is registering for the first time.
errorCallbackURL
URL to redirect after error.
metadata
Additional metadata to pass to sendMagicLink.
Response
Success
status
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error