---
title: "Confirm passkey pairing"
method: POST
path: "/passkey-ceremony/{token}/confirm"
tags: ["Passkey"]
---

# Confirm passkey pairing

`POST /passkey-ceremony/{token}/confirm`

Finishes the passkey pairing after the user verified the confirmation code. PUBLIC endpoint (no apikey) — gated by the ceremony token.

## Path parameters

- `token` string, required

## Response `200`

ok

- GinH

## Other responses

- `400` — token is required
- `404` — ceremony not found or expired
- `500` — Internal server error
- `503` — passkey ceremony unavailable

## Changes

- **2026-07-17** `8e9c4d7d1dab` — 1 info
  - endpoint added
- **2026-03-25** `9a999e5656cb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/evolution-foundation/apis/evolution-go/changes/passkey-ceremony/:token/confirm/post.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/evolution-go.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/evolution-go/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-go/revisions/8e9c4d7d1dab/schema)
