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