Expand description
Responses to client API calls.
Staticsยง
- DEVICES
GET /_matrix/client/v3/devices
- GET_
ALIAS GET /_matrix/client/v3/directory/room/{roomAlias}
- KEYS_
QUERY POST /_matrix/client/v3/keys/query
- KEYS_
QUERY_ TWO_ DEVICES_ ONE_ SIGNED POST /_matrix/client/v3/keys/query
For a set of 2 devices own by a user named web2. First device is unsigned, second one is signed- KEYS_
UPLOAD - ``
- LOGIN
- Successful call to
POST /_matrix/client/v3/login
without auto-discovery. - LOGIN_
RESPONSE_ ERR - Failed call to
POST /_matrix/client/v3/login
- LOGIN_
TYPES GET /_matrix/client/v3/login
- LOGIN_
WITH_ DISCOVERY - Successful call to
POST /_matrix/client/v3/login
with auto-discovery. - LOGIN_
WITH_ REFRESH_ TOKEN - Successful call to
POST /_matrix/client/v3/login
with a refresh token. - NOT_
FOUND - Failed call to an endpoint when the resource that was asked could not be found.
- PUBLIC_
ROOMS GET /_matrix/client/v3/publicRooms
POST /_matrix/client/v3/publicRooms
- PUBLIC_
ROOMS_ FINAL_ PAGE GET /_matrix/client/v3/publicRooms
`POST /_matrix/client/v3/publicRooms``- REFRESH_
TOKEN POST /_matrix/client/v3/refresh
without new refresh token.- REFRESH_
TOKEN_ WITH_ REFRESH_ TOKEN POST /_matrix/client/v3/refresh
with a new refresh token.- REGISTRATION_
RESPONSE_ ERR - Failed call to
POST /_matrix/client/v3/register
- UNKNOWN_
TOKEN_ SOFT_ LOGOUT - Failed called to any endpoint with an expired access token.
- VERSIONS
GET /_matrix/client/versions
- WELL_
KNOWN GET /.well-known/matrix/client
- WHOAMI
GET /_matrix/client/v3/account/whoami