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

Response

200
application/json

OK

The response is of type object.