v1
latestOpenAPI 3.1.02026-08-0456127224.3 KBDesign Templates
List design templates
Returns all design templates for the workspace.
get/api/v2/design-templates
Query parameters
limitinteger
starting_afterstring nullable
searchstring nullable
Case-insensitive substring filter applied to the template name.
Case-insensitive substring filter applied to the template name.
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
}
]
}