Skip to main content
POST
/
challenge
/
email-otp
Start Email OTP Challenge
curl --request POST \
  --url https://api.authsignal.com/v1/client/challenge/email-otp \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "userAuthenticatorId": "<string>"
}
'
{
  "challengeId": "<string>"
}

Authorizations

Authorization
string
header
required

Use a short-lived token obtained from the Server API's Track Action endpoint. The token is valid for 10 minutes and should be passed in the Authorization header as 'Bearer {token}'.

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

OK

challengeId
string