---
title: "Register Passkey"
method: POST
path: "/frontend/v1/me/passkeys/register"
tags: ["FrontendService"]
---

# Register Passkey

`POST /frontend/v1/me/passkeys/register`

## Request body

- RegisterPasskeyRequest
  - `attestationObject` string
  - `rpId` string

## Response `200`

OK

- RegisterPasskeyResponse
  - `passkey` Passkey
    - `id` string
    - `userId` string
    - `createTime` string, date-time
    - `updateTime` string, date-time
    - `disabled` boolean
    - `credentialId` string, bytes
    - `publicKeyPkix` string
    - `aaguid` string
    - `rpId` string

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

---

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