Api referenceRooms
List the most recent rooms
AuthorizationBearer <token>
In: header
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
type*string
Value in
- "one-to-one"
- "group"
- "space"
- "course"
- "folder"
- "subscription-cancellation"
Response Body
application/json
curl -X GET "https://example.com/v2/rooms/most-recent?type=one-to-one"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}