Endpoint
Request headers
Request body
string
required
The user’s email address. A magic-link sign-in email is sent to this address.
string
required
The URL the user is redirected to after clicking the magic link and completing verification. Use your application’s home page or the page the user was trying to reach.
Response
200 — success The API accepted the request and dispatched the email. The response body confirms the operation.A 200 response means the request was valid and the email was queued — it does not confirm that the user’s inbox received it. If the address does not exist in the system, the email may still be sent as part of the sign-up flow.