Get Template Room Contents

Get the Yjs document contents from a Liveblocks template room.

Template ID format: {env}:v1:global:template:{name} Returns the raw YDoc data structure from the template. Requires authentication (valid JWT).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

template_idstringRequired

Response

Successful Response

Errors