---
title: "Skip passkey binding"
method: POST
path: "/api/experience/profile/mfa/passkey-skipped"
tags: ["Experience"]
---

# Skip passkey binding

`POST /api/experience/profile/mfa/passkey-skipped`

Skip passkey binding flow. The users can temporarily skip the passkey binding flow by calling this API during sign-up. On sign-in, the skip flag will be persisted to user config.

## Response `204`

The passkey binding flow has been permanently skipped.

## Other responses

- `400` — Not supported for the current interaction event. This API can only be used in the `SignIn` or `Register` interaction.
- `404` — The user has not been identified yet. The `passkey-skipped` configuration must be associated with a identified user.

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/revisions/0287c6a59eba/schema)
