POST /api/interaction/verification/verification-code

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
POST /api/interaction/verification/verification-code
application/json

Body object Required

One of:

Responses

  • 204

    No Content

  • 400

    Bad Request

  • 404

    Not Found

  • 501

    Not Implemented

POST /api/interaction/verification/verification-code
curl \
 --request POST 'https://[tenant_id].logto.app/api/interaction/verification/verification-code' \
 --header "Content-Type: application/json" \
 --data '{"email":"string"}'
Request examples
{
  "email": "string"
}
{
  "phone": "string"
}