POST
/
user-authenticators
/
sms
curl --request POST \
  --url https://api.authsignal.com/v1/client/user-authenticators/sms \
  --header 'Content-Type: application/json' \
  --data '{
  "phoneNumber": "<string>",
  "smsChannel": "DEFAULT"
}'
{
  "userAuthenticatorId": "<string>",
  "userId": "<string>"
}

Body

application/json
phoneNumber
string
required

The user’s phone number in E.164 format.

smsChannel
enum<string>
Available options:
DEFAULT,
WHATSAPP

Response

200
application/json
OK
userAuthenticatorId
string

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

userId
string