Start a challenge when the user is already enrolled with at least one email magic link authenticator
curl --request POST \ --url https://api.authsignal.com/v1/client/challenge/email-magic-link \ --header 'Content-Type: application/json' \ --data '{ "userAuthenticatorId": "<string>" }'
{ "challengeId": "<string>" }
OK
The response is of type object.
object
Was this page helpful?