# 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. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ## Responses ### 204 The passkey binding flow has been permanently skipped. ### 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. [Powered by Bump.sh](https://bump.sh)