---
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

---

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