v15

latestOpenAPI 3.0.0MIT Licenseraw.githubusercontent.com2026-08-016088119.5 KB
security

Verify adding of a new webauthn security key

Complete the process of adding a new WebAuthn security key by verifying the authenticator response. Requires elevated permissions.

post/user/webauthn/verify

Request body

nicknamestring

Optional nickname for the security key

Response

Security key successfully added

idstring required

The ID of the newly added security key

nicknamestring

The nickname of the security key if provided

Example response

{
  "id": "123e4567-e89b-12d3-a456-426614174000"
}