Matrix Federation Events API

Number of APIs: 5

  1. Get all the state of a given room GET {{baseUrl}}/state/:roomId?event_id=$helloworld:matrix.org

  2. Get all the state event IDs of a given room GET {{baseUrl}}/state_ids/:roomId?event_id=$helloworld:matrix.org

  3. Retrieves the events which precede the given event GET {{baseUrl}}/backfill/:roomId?v=$abc123:matrix.org&limit=2

  4. Retrieves events that the sender is missing POST {{baseUrl}}/get_missing_events/:roomId

  5. Get a single event GET {{baseUrl}}/event/:eventId