Email magic link
Finalize Email Magic Link Challenge
The email magic link challenge is verified when the user clicks on the link sent to their email. Use this endpoint to finalize the challenge, checking if the user has clicked on the magic link (e.g. via polling).
POST
/
verify
/
email-magic-link
/
finalize
Body
application/json
challengeId
string
requiredThe ID obtained when starting the challenge.
Response
200 - application/json
isVerified
boolean
True if the email magic link was clicked by the user.
accessToken
string
A new short-term token with scopes to manage authenticators (e.g. add secondary authenticators, remove authenticators, view or regenerate recovery codes). Only present if the challenge succeeded.
Was this page helpful?