---
title: "Get passkey update registration options"
method: POST
path: "/users/@me/mfa/webauthn/migration/registration-options"
tags: ["Users"]
---

# Get passkey update registration options

`POST /users/@me/mfa/webauthn/migration/registration-options`

Generate registration options for the passkey that replaces the pending one. Requires a pending passkey update for this session.

## Response `200`

Success

- WebAuthnChallengeResponse
  - `challenge` string, required — The WebAuthn challenge

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `401` — Unauthorized - Authentication is required or the token is invalid
- `403` — Forbidden - You do not have permission to perform this action
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

## Changes

> 21 revisions in range; 2 not diffed.

- **2026-09-26** `3d3fd6ec1785` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluxer/apis/fluxer-api/changes/users/@me/mfa/webauthn/migration/registration-options/post.md)

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc.dev/fluxer/apis/fluxer-api/revisions/3d3fd6ec1785?raw)
