---
title: "Check for an existing physical key for this user"
method: GET
path: "/v1/webauthn/verify"
tags: ["webauthn"]
---

# Check for an existing physical key for this user

`GET /v1/webauthn/verify`

## Response `200`

OK

- WebAuthnStartVerifyResponse
  - `requestId` string, required — String id of the request, this needs to be sent back from the client to finish the registration
  - `assertionRequest` object, required

## Other responses

- `400` — bad request
- `401` — not authorized
- `403` — permission denied

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/2de21f45f447/schema)
