API
Get Template Details
Get detailed information about a specific template
GET
This endpoint returns detailed information about a specific template, including its variables and metadata.
Path Parameters
The unique identifier of the template
Response
The endpoint returns a JSON object containing detailed information about the template.
Variable Types
The published_variables
array contains all variables that can be modified when rendering the template. Each variable has:
id
: Unique identifier for the variablename
: Human-readable name used in API callstype
: Type of variable (text or image)value
: Default value for the variable
Headers
API Key