auth

Register Passkey

Verify a registration ceremony and store the passkey it produced.

post/v1/auth/webauthn/register

Request body

credentialobject required

The browser's PublicKeyCredential, serialized.

namestring nullable

What to call this passkey in the credential list. Optional: an unnamed one is numbered rather than refused, so a browser that offers no prompt still works.

Response

Successful Response

backed_upboolean required
created_atstring date-time required
credential_idstring required
idstring uuid required
is_usableboolean required
last_used_atstring date-time nullable required
namestring required
rp_idstring required
transportsstring[] required

Changes

Changed in 1 of the 130 revisions of this API.1