Get Template Room Contents

Get the Yjs document contents from a Liveblocks template room as Lexical JSON.

Template ID format: {env}:v1:global:template:{name} Returns the YDoc data structure converted to Lexical-compatible JSON format. 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