Finish the process of authenticating with an existing passkey authenticator.
cURL
curl --request POST \ --url https://api.authsignal.com/v1/client/verify/passkey \ --header 'Content-Type: application/json' \ --data '{ "challengeId": "<string>", "authenticationCredential": {}, "deviceId": "<string>" }'
{ "isVerified": true, "accessToken": "<string>" }
OK
The response is of type object.
object
Was this page helpful?