POST
/
user-authenticators
/
email-otp
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>"
}

Body

application/json
email
string
required

The user’s email address.

Response

200
application/json
OK
userAuthenticatorId
string

The ID of the email OTP authenticator which has been created but not yet verified.

userId
string