---
title: "Support contacts"
method: GET
path: "/.well-known/matrix/support"
tags: ["matrix-cs"]
---

# Support contacts

`GET /.well-known/matrix/support`

The MSC1929 support well-known: who to yell at when this server misbehaves, admin and support contacts plus an optional support page. Straight from config, so if it is empty, someone forgot to fill it in.

## Response `200`

Admin and support contacts

- Msc1929Response
  - `admins` Msc1929Contact[] — Admins list, deprecated since Nov 15, 2023, but still used by some servers
    - `dev.zirco.msc4439.pgp_key` string
    - `email_address` string
    - `matrix_id` string
    - `role` string
  - `contacts` Msc1929Contact[] — Contacts list
    - `dev.zirco.msc4439.pgp_key` string
    - `email_address` string
    - `matrix_id` string
    - `role` string
  - `support_page` string — SupportPage URL

---

[API](https://skmtc.net/etkecc/apis/matrix-rooms-search-api.md) · [All operations](https://skmtc.net/etkecc/apis/matrix-rooms-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etkecc/matrix-rooms-search-api/revisions/ae3c2fd65492/schema)
