Passkey
Verify Passkey Registration
Finish the process of registering a new passkey authenticator.
POST
/
user-authenticators
/
passkey
Body
application/json
challengeId
string
requiredTThe ID of the passkey challenge returned when generating registration options.
registrationCredential
object
requiredThe registration credential object, based on https://w3c.github.io/webauthn/#dictdef-registrationresponsejson.
Response
200 - application/json
isVerified
boolean
requiredTrue if the passkey challenge was valid and the device was enrolled successfully.
accessToken
string
A new short-term token with scopes to manage authenticators (e.g. add secondary authenticators, remove authenticators, view or regenerate recovery codes). Only present if the challenge succeeded.
userAuthenticatorId
string
The ID of the user's new authenticator which is associated with the passkey credential.
Was this page helpful?