List Templates

List Liveblocks template rooms with pagination.

Requires authentication (valid JWT).

Authentication

AuthorizationBearer

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

Query parameters

limitintegerOptional1-100Defaults to 20

Number of templates to return (1-100)

starting_afterstring or nullOptional
Pagination cursor for next page

Response

Successful Response
total_countinteger
pageinteger
page_sizeinteger
datalist of objects

Errors