Start an anonymous QR code challenge to be completed by a user’s mobile device. This is called an anonymous challenge because it is not associated with a user.
cURL
curl --request POST \ --url https://api.authsignal.com/v1/client/challenge/qr-code \ --header 'Content-Type: application/json' \ --data '{ "action": "<string>", "custom": {} }'
{ "challengeId": "<string>", "deviceCode": "<string>" }
OK
The response is of type object.
object
Was this page helpful?