POST
/v1/auth/magiclink/verify
Verify the magic link token from the end user
Verify that the magic link token in the URL clicked by the end user matches and has not expired. This endpoint completes the magic link flow for:
- sign up
- sign-in
- sign-in with auto sign-up
- update data
Next Steps
The response object will contain the user's details including the session and refresh JWTs.
See Also
- See Magic link Authentication for details about implementing magic links.
- See The User Object for further details on how to identify users and their contact information such as email addresses and phone number.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID\>
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
token
string
Status code | Description |
---|---|
200 | OK |
Was this helpful?