Send sign-in code
Send a code to the user’s email address for sign-in.
Request
This endpoint expects an object.
email
The email to sign in with.
callback_url
The base callback URL to construct the magic link from. A query parameter code
with the verification code will be appended to it. The page should then make a request to the /auth/otp/sign-in
endpoint.
Response
Successful response
nonce
A token that must be stored temporarily and provided when verifying the 6-digit code