Skip to main content
GET
Get template details

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

Path Parameters

template_id
integer<int64>
required

Unique identifier of the template to retrieve

Response

Returns complete template configuration and metadata

binary_id
integer<int64>
required

ID of the WebAssembly binary to use for this template

Example:

12345

name
string
required

Unique name for the template (used for identification and searching)

Required string length: 1 - 128
Pattern: ^[a-zA-Z0-9_ -]*$
Example:

"api-gateway-template"

api_type
string
required
read-only

Wasm API type

owned
boolean
required

Is the template owned by user?

params
object[]
required

Parameters

short_descr
string

Brief one-line description displayed in template listings

Maximum string length: 255
Example:

"HTTP API gateway with authentication"

long_descr
string

Detailed markdown description explaining template features and usage

Maximum string length: 4096
Example:

"Complete API gateway solution with JWT authentication, rate limiting, and request transformation capabilities."