Skip to main content
GET
Node.js

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer rw_....

Required scope: project:templates:read.

Query Parameters

after
string

Cursor for forward pagination. Send exactly one of after or before when paginating.

Example:

"748395130237498412"

before
string

Cursor for backward pagination. Send exactly one of after or before when paginating.

Example:

"748395130237498412"

limit
integer

Page size. Backend cursor schemas validate this between 2 and the route-specific maximum.

Required range: 2 <= x <= 100
withi18n
boolean

When true, include the template i18n map in list/detail responses.

Response

200 - application/json

Successful response

ok
boolean
required
data
object[]
required
cursor
object
required