Skip to main content
GET
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de consulta

Whether to get featured templates

Ejemplo:

true

categoryId
string | null

The template category id

Ejemplo:

"tc_123"

skip
number | null
predeterminado:0

The templates count you want to skip

Ejemplo:

0

take
number | null
predeterminado:100

The templates count you want to take

Ejemplo:

100

The search keyword for template name

Ejemplo:

"template"

Respuesta

201

Successfully get published template list.

Última modificación el 4 de septiembre de 2026