---
title: "Begin passkey registration ceremony"
method: POST
path: "/passkeys/registration/begin"
tags: ["WalletUnitActivation"]
---

# Begin passkey registration ceremony

`POST /passkeys/registration/begin`

Creates a WebAuthn registration challenge for an Identity-bound passkey
credential. The browser or wallet application performs
`navigator.credentials.create` at the edge and submits the resulting
public credential response to the finish endpoint.

## Request body

- BeginPasskeyRegistrationRequest — unresolved $ref

## Response `201`

WebAuthn registration options.

- PasskeyCeremonyOptions — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref

## Changes

- **2026-07-17** `be46f4806163` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sphereon-opensource/apis/wallet-unit-api/changes/passkeys/registration/begin/post.md)

---

[API](https://skmtc.dev/sphereon-opensource/apis/wallet-unit-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/wallet-unit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/wallet-unit-api/revisions/be46f4806163/schema)
