Skip passkey binding

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://openapi.logto.io/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Logto API references MCP server": {
  "url": "https://openapi.logto.io/mcp"
}
Close
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'