Skip to main content
GET
List Templates

Header

Authorization
string
erforderlich

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Abfrageparameter

limit
integer

Page size. Integer, value >= 0.

cursor
string

Cursor. Leave empty for the first request. Pass through the next_cursor from the previous response. String, length: 0-1024 characters.

name
string

Search by template name. String, length: 0-255 characters.

type
string

Filter by template type.

visibilities
string

Filter by visibility. Multiple values are comma-separated.

member_ids
string

Filter by creator member ID. Multiple IDs are comma-separated. String, length: 0-255 characters.

is_my_community
boolean

Whether to query only the user's community templates.

Antwort

200 - application/json

OK

data
object[]

Template list

next_cursor
string

Cursor for the next page. Empty string when has_more=false

Beispiel:

"eyJvZmZzZXQiOjIwfQ"

has_more
boolean

Whether there are more pages

Beispiel:

true

Zuletzt geändert am 10. August 2026