---
title: "GET /.well-knwon/matrix/client"
method: GET
path: "/.well-knwon/matrix/client"
tags: ["Auto configuration"]
---

# GET /.well-knwon/matrix/client

`GET /.well-knwon/matrix/client`

Get server metadata for auto configuration

## Response `200`

Give server metadata

- object
  - `m.homeserver` object
    - `base_url` string — Base URL of Matrix server
  - `m.identity_server` object
    - `base_url` string — Base URL of Identity server
  - `m.federated_identity_services` object
    - `base_urls` string[] — Available Federated identity services Base URL list
  - `t.server` object
    - `base_url` string — Base URL of Identity server
    - `server_name` string — Domain handled by Matrix server
  - `m.integrations` object
    - `jitsi` object
      - `preferredDomain` string — Jitsi's preffered domain
      - `baseUrl` string — URL of Jitsi server
      - `useJwt` boolean — True if Jitsi server requires a JWT
      - `jwt` object
        - `algorithm` string — algorithm used to generate JWT
        - `secret` string — password of JWTs
        - `issuer` string — issuer of JWTs
  - `m.authentication` object
    - `issuer` string — URL of OIDC issuer

## Changes

- **2024-06-06** `ecce38b281bc` — 1 warning, 1 info
  - removed the optional property `m.federation_servers` from the response with the `200` status
  - added the optional property `m.federated_identity_services` to the response with the `200` status
- **2024-01-09** `c7a6d3a400a7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation/changes/.well-knwon/matrix/client/get.md)

---

[API](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation.md) · [All operations](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation/revisions/ecce38b281bc?raw)
