v1
latestOpenAPI 3.1.02026-08-0456127224.3 KBDesign Templates
Get a design template
Returns a single design template by ID.
get/api/v2/design-templates/{template_id}
Path parameters
template_idstring required
Headers
X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable
Response
Successful Response
Example response
{
"data": {
"id": "E00CF3AFCF58",
"name": "Dark Mode Welcome Page",
"template_type": "welcome_page",
"design_config": {
"background_color": "#ffffff",
"font_family": "Inter, sans-serif",
"header_text": "Welcome to Your Interview",
"primary_color": "#007bff",
"show_logo": true
},
"created_at": 1739612400,
"updated_at": 1739617200
}
}