OTP
Send sign-in code
Send a code to the user's email address for sign-in.
post/auth/otp/send-sign-in-code
Request body
Example request
{
"email": "johndoe@example.com",
"callback_url": "https://example.com/handler/magic-link-callback"
}Response
Successful response
Example response
{
"nonce": "u3h6gn4w24pqc8ya679inrhjwh1rybth6a7thurqhnpf2"
}