Verify a challenge when enrolling a new SMS authenticator or when re-authenticating with an existing SMS authenticator.
curl --request POST \ --url https://api.authsignal.com/v1/client/verify/sms \ --header 'Content-Type: application/json' \ --data '{ "verificationCode": "<string>" }'
{ "isVerified": true, "accessToken": "<string>", "failureReason": "CODE_INVALID_OR_EXPIRED" }
OK
The response is of type object.
object
Was this page helpful?