Start a challenge to enroll a new SMS authenticator for a given phone number.
cURL
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>" }
The user’s phone number in E.164 format.
DEFAULT
WHATSAPP
OK
The ID of the SMS authenticator which has been created but not yet verified.
Was this page helpful?