Expand description
Responses to client API calls.
Staticsยง
GET /_matrix/client/v3/devices
GET /_matrix/client/v3/directory/room/{roomAlias}
POST /_matrix/client/v3/keys/query
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- ``
- Successful call to
POST /_matrix/client/v3/login
without auto-discovery. - Failed call to
POST /_matrix/client/v3/login
GET /_matrix/client/v3/login
- Successful call to
POST /_matrix/client/v3/login
with auto-discovery. - Successful call to
POST /_matrix/client/v3/login
with a refresh token. - Failed call to an endpoint when the resource that was asked could not be found.
GET /_matrix/client/v3/publicRooms
POST /_matrix/client/v3/publicRooms
GET /_matrix/client/v3/publicRooms
`POST /_matrix/client/v3/publicRooms``POST /_matrix/client/v3/refresh
without new refresh token.POST /_matrix/client/v3/refresh
with a new refresh token.- Failed call to
POST /_matrix/client/v3/register
- Failed called to any endpoint with an expired access token.
GET /_matrix/client/versions
GET /.well-known/matrix/client
GET /_matrix/client/v3/account/whoami