---
title: "Verify WebAuthn registration"
method: POST
path: "/auth/webauthn/register"
---

# Verify WebAuthn registration

`POST /auth/webauthn/register`

Verify the registration response for WebAuthn.

## Cookies

- `challenge` string, required

## Request body

- VerifyRegistration
  - `email` string
  - `att_resp` object
  - `challenge` string

## Response `200`

Registration verified

- object

## Other responses

- `404` — User not found

## Changes

- **2024-10-02** `cf59c28790e6` — 1 info
  - api operation id `backend.api.AuthView.webauthn_register` was added
- **2024-10-02** `c9062e3a3c54` — 1 info
  - endpoint added
- **2024-06-04** `578e8efc5755` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/changes/auth/webauthn/register/post.md)

---

[API](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [All operations](https://skmtc.dev/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pai-os/personal-artificial-intelligence-operating-system-pai-os-api/revisions/3c144b366e19/schema)
