Start a challenge when the user is already enrolled with at least one SMS authenticator.
curl --request POST \ --url https://api.authsignal.com/v1/client/challenge/sms \ --header 'Content-Type: application/json' \ --data '{ "smsChannel": "DEFAULT" }'
{ "challengeId": "<string>" }
OK
The response is of type object.
object
Was this page helpful?