API
Get Template Details
Get detailed information about a specific template
GET
cURL
This endpoint returns detailed information about a specific template, including its variables and metadata.Documentation Index
Fetch the complete documentation index at: https://docs.sendbetter.co/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique identifier of the template
Response
The endpoint returns a JSON object containing detailed information about the template.Variable Types
Thepublished_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
cURL