POST
/
challenge
/
email-otp
curl --request POST \
  --url https://api.authsignal.com/v1/client/challenge/email-otp \
  --header 'Content-Type: application/json' \
  --data '{
  "userAuthenticatorId": "<string>"
}'
{
  "challengeId": "<string>"
}

Body

application/json
userAuthenticatorId
string

The ID of the email OTP authenticator to use. Only required if the user has multiple email authenticators and you want to target a specific one.

Response

200
application/json
OK
challengeId
string