v34

OpenAPI 3.0.0raw.githubusercontent.com2025-12-190033.8 KB
Auto configuration

Get server metadata for auto-configuration

get/.well-known/matrix/client

Response

Server metadata used for auto‑configuration

Example response

{
  "m.homeserver": {
    "base_url": "https://matrix.docker.localhost/"
  },
  "m.identity_server": {
    "base_url": "https://tom.docker.localhost"
  },
  "org.matrix.msc3575.proxy": {
    "url": "https://syncv3.docker.localhost"
  },
  "t.server": {
    "base_url": "https://tom.docker.localhost",
    "server_name": "docker.localhost"
  },
  "m.integrations": {
    "jitsi": {
      "preferredDomain": "",
      "baseUrl": "",
      "useJwt": false
    }
  },
  "app.twake.chat": {
    "application_name": "",
    "application_welcome_message": "",
    "default_homeserver": "matrix.docker.localhost",
    "privacy_url": "",
    "render_html": false,
    "hide_redacted_events": false,
    "hide_unknown_events": false,
    "issue_id": "",
    "registration_url": "",
    "twake_workplace_homeserver": "",
    "app_grid_dashboard_available": false,
    "platform": "",
    "default_max_upload_avatar_size_in_bytes": "",
    "dev_mode": false,
    "qr_code_download_url": "",
    "enable_logs": false,
    "support_url": "",
    "enable_invitations": false,
    "homeserver": "https://matrix.docker.localhost/",
    "common_settings": {
      "enabled": false
    },
    "matrix_profile_updates_allowed": false
  },
  "m.federated_identity_services": {
    "base_urls": [
      "https://global-federated-identity-service.twake.app/",
      "https://other-federated-identity-service.twake.app/",
      "https://fed.docker.localhost/"
    ]
  },
  "m.authentication": {
    "issuer": "https://auth.docker.localhost"
  }
}