Email magic link
Start Email Magic Link Challenge
Start a challenge when the user is already enrolled with at least one email magic link authenticator
POST
Start Email Magic Link Challenge
Authorizations
Use a short-lived token obtained from the Server API's Track Action endpoint. The token is valid for 10 minutes and should be passed in the Authorization header as 'Bearer {token}'.
Body
application/json
The ID of the email authenticator to use. Only required if the user has multiple email authenticators and you want to target a specific one.
Response
OK
The ID of the challenge. Pass this ID back to check if the user has clicked on the magic link and finalize the challenge.
Previous
Finalize Email Magic Link ChallengeThe 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).
Next
Start Email Magic Link Challenge

