Skip to main content
GET
/
template
/
published
cURL
curl --request GET \
  --url 'https://app.teable.ai/api/template/published?featured=true&categoryId=tc_123&skip=0&take=100&search=template' \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'

Authorizations

Authorization
string
header
required

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

Query Parameters

Whether to get featured templates

Example:

true

categoryId
string | null

The template category id

Example:

"tc_123"

skip
number | null
default:0

The templates count you want to skip

Example:

0

take
number | null
default:100

The templates count you want to take

Example:

100

The search keyword for template name

Example:

"template"

Response

201

Successfully get published template list.

Last modified on March 5, 2026