Skip to main content
GET
/
rooms
List Rooms
curl --request GET \
  --url https://api.pagecall.com/v1/rooms \
  --header 'Authorization: Bearer <token>'
{
  "rooms": [
    {
      "id": "000585f36eed9e8fb6b655b4",
      "type": "private",
      "name": "Monthly Meeting Room with Design Class"
    },
    {
      "id": "000235f36efd9e8db6bc55b4",
      "type": "public",
      "name": "Daily Meet"
    },
    {
      "id": "000935fc6efd9f8db61c35b4",
      "type": "open",
      "name": "Free Disgn Class"
    }
  ],
  "paging": {
    "limit": 30,
    "offset": 0,
    "total": 0
  }
}

Authorizations

Authorization
string
header
required

Query Parameters

offset
integer
limit
integer
name
string
layout
string
is_terminated
boolean

Response

rooms
object[]
Example:
paging
object