Skip to main content
GET
cURL

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