Send sign-in code

POST

Send a code to the user’s email address for sign-in.

Request

This endpoint expects an object.
emailstringRequired

The email to sign in with.

callback_urlstringRequired

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

noncestring
Built with