---
title: "Initiates Passkey registration by providing credential creation options."
method: POST
path: "/v1/passkey/StartRegistration"
tags: ["Accounts"]
---

# Initiates Passkey registration by providing credential creation options.

`POST /v1/passkey/StartRegistration`

## Query parameters

- `flow` string

## Request body

- RobloxAuthenticationApiModelsRequestStartPasskeyRegistrationRequest
  - `isSilentUpgrade` boolean

## Response `200`

OK

- RobloxAuthenticationApiModelsResponseStartPasskeyRegistrationResponse
  - `creationOptions` string
  - `sessionId` string

## Other responses

- `401` — 0: Authorization has been denied for this request. 0: An unknown error occurred with the request.
- `403` — 0: Token Validation Failed 1: Reached limit of pass keys registered.
- `503` — 2: Feature disabled.

## Changes

- **2026-09-03** `d9b4ae8b3380` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/passkey/StartRegistration/post.md)

---

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