Room Endpoints
Get Sessions in a Room
Get a list of sessions in a meeting room
GET
/
rooms
/
{room_id}
/
sessions
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
(Optional) Filter by user_id
(Optional) Filter by their online status
Response
200 - application/json