Skip to main content
GET
List app templates

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

api_type
enum<string>

API type:
wasi-http - WASI with HTTP entry point
proxy-wasm - Proxy-Wasm app, callable from CDN

Available options:
wasi-http,
proxy-wasm
only_mine
boolean
default:false

When true, returns only templates created by the client. When false, includes shared templates.

limit
integer
default:50

Maximum number of results to return

Required range: 1 <= x <= 1000
offset
integer
default:0

Number of results to skip for pagination

Required range: x >= 0

Response

Returns paginated list of available templates with optional filters applied

templates
object[]
required
count
integer

Total number of templates