For the complete documentation index, see llms.txt. This page is also available as Markdown.

Finish WebAuthn registration

Applies to the user of the current session.

post
Authorizations
defguard_sessionstringRequired
Body
namestringRequired
rpkcobjectRequired
Responses
200

Security key registered. Returns recovery codes when this is the first configured factor.

application/json
codesstring[] · nullableOptional
post/api/v1/auth/webauthn/finish
POST /api/v1/auth/webauthn/finish HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 25

{
  "name": "text",
  "rpkc": {}
}
{
  "codes": [
    "text"
  ]
}

Last updated

Was this helpful?