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