Get localized phrases

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
GET /api/.well-known/phrases

Get localized phrases based on the specified language.

Query parameters

  • lng string

    The language tag for localization.

Responses

  • 200 application/json

    Localized phrases for the specified language.

  • 400

    Bad Request

GET /api/.well-known/phrases
curl \
 --request GET 'https://[tenant_id].logto.app/api/.well-known/phrases'
Response examples (200)
{}