Start a challenge to enroll a new email magic link authenticator for a given email.
cURL
curl --request POST \ --url https://api.authsignal.com/v1/client/user-authenticators/email-magic-link \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>" }'
{ "challengeId": "<string>", "userAuthenticatorId": "<string>", "userId": "<string>" }
OK
The response is of type object.
object
Was this page helpful?