Matrix Federation Events API
Number of APIs: 5
-
Get all the state of a given room GET {{baseUrl}}/state/:roomId?event_id=$helloworld:matrix.org
-
Get all the state event IDs of a given room GET {{baseUrl}}/state_ids/:roomId?event_id=$helloworld:matrix.org
-
Retrieves the events which precede the given event GET {{baseUrl}}/backfill/:roomId?v=$abc123:matrix.org&limit=2
-
Retrieves events that the sender is missing POST {{baseUrl}}/get_missing_events/:roomId
-
Get a single event GET {{baseUrl}}/event/:eventId