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>" }
OK
The response is of type object.
object
Was this page helpful?