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).
cURL
curl --request POST \ --url https://api.authsignal.com/v1/client/verify/email-magic-link/finalize \ --header 'Content-Type: application/json' \ --data '{ "challengeId": "<string>" }'
{ "isVerified": true, "accessToken": "<string>" }
OK
The response is of type object.
object
Was this page helpful?