Skip to main content
GET
Get Template By Id
The /templates/{template_id} endpoint retrieves a template by its unique identifier.

Request

string
required
Your API key for authentication.
string
required
The unique identifier of the template to retrieve.
integer
Optional specific version of the template to retrieve. If not specified, the latest version will be returned.

Response

string
The unique identifier for the template.
string
The name of the template.
string
The description of the template.
string
The category of the template.
array
The tags associated with the template.
integer
The number of times this template has been used.
array
The field definitions for the template. Each field follows the same structure as described in the suggest-fields response.
boolean
Whether the template is public or private.
string
The ID of the user who owns this template (for private templates).
string
When the template was created (ISO 8601 format).
string
When the template was last updated (ISO 8601 format).

Examples

Example Request

Example Response

Error Codes