Retrieve complete configuration and metadata for a specific template. Use this to inspect template parameters before creating applications from it.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Unique identifier of the template to retrieve
Returns complete template configuration and metadata
ID of the WebAssembly binary to use for this template
12345
Unique name for the template (used for identification and searching)
1 - 128^[a-zA-Z0-9_ -]*$"api-gateway-template"
Wasm API type
Is the template owned by user?
Parameters
Brief one-line description displayed in template listings
255"HTTP API gateway with authentication"
Detailed markdown description explaining template features and usage
4096"Complete API gateway solution with JWT authentication, rate limiting, and request transformation capabilities."