v1
latestOpenAPI 3.1.02026-07-24334970.2 KBTemplates
Retrieve a template by ID
Returns a single template by its unique identifier.
get/templates/{id}
Path parameters
idstring uuid required
Unique identifier of the template.
Response
Template object.
Example response
{
"id": "c1d2e3f4-5678-9abc-def0-123456789abc",
"name": "Black Friday Theme",
"template": "<!DOCTYPE html><html><head><title>Please wait</title></head><body>...</body></html>",
"assignedPrioritiesCount": 2,
"createdAt": "2025-10-01T12:00:00Z",
"updatedAt": "2025-10-15T09:30:00Z"
}