Magic link & OTP
Resend passwordless email
Resend a verification email if the user didn't receive it or if the previous code/link has expired
post/api/v1/passwordless/email/resend
Request body
Example request
{
"auth_request_id": "h5Y8kT5RVwaea5WEgW4n-6C-aO_-fuTUW7Vb9-Rh3AcY9qxZqQ"
}Response
Successfully resent the passwordless authentication email. Returns updated authentication request details with new expiration time.
Example response
{
"auth_request_id": "h5Y8kT5RVwaea5WEgW4n-6C-aO_-fuTUW7Vb9-Rh3AcY9qxZqQ",
"expires_in": 300
}