Liveblocks REST API

Server-side REST API for managing rooms, room access, storage, active users, broadcast events, comments and threads, notifications, Yjs documents, and version history. Authenticated with a secret key via Bearer authorization.

API entry from apis.yml

apis.yml Raw ↑
aid: liveblocks:rest-api
name: Liveblocks REST API
description: Server-side REST API for managing rooms, room access, storage, active users, broadcast events,
  comments and threads, notifications, Yjs documents, and version history. Authenticated with a secret
  key via Bearer authorization.
humanURL: https://liveblocks.io/docs/api-reference/rest-api-endpoints
baseURL: https://api.liveblocks.io/v2
tags:
- REST
- Rooms
- Storage
- Comments
- Threads
- Notifications
- Yjs
- Webhooks
properties:
- type: Documentation
  url: https://liveblocks.io/docs/api-reference/rest-api-endpoints
- type: Authentication
  url: https://liveblocks.io/docs/authentication
- type: Webhooks
  url: https://liveblocks.io/docs/platform/webhooks
- url: graphql/liveblocks-graphql.md
  type: GraphQL