PUT /api/interaction/mfa-skipped

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://bump.sh/logto/doc/logto-experience-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Logto Experience API MCP server": {
  "url": "https://bump.sh/logto/doc/logto-experience-api/mcp"
}
Close
PUT /api/interaction/mfa-skipped
application/json

Body Required

  • mfaSkipped boolean(true) Required

Responses

  • 204

    No Content

  • 400

    Bad Request

  • 422

    Unprocessable Content

PUT /api/interaction/mfa-skipped
curl \
 --request PUT 'https://[tenant_id].logto.app/api/interaction/mfa-skipped' \
 --header "Content-Type: application/json" \
 --data '{"mfaSkipped":true}'
Request examples
{
  "mfaSkipped": true
}