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.

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.

POST /api/experience/profile/mfa/passkey-skipped
curl \
 --request POST 'https://[tenant_id].logto.app/api/experience/profile/mfa/passkey-skipped'