v1

latestOpenAPI 3.1.02026-08-0456127224.3 KB
Design Template Groups

List design template groups

Returns all design template groups for the workspace.

get/api/v2/design-template-groups

Query parameters

limitinteger
starting_afterstring nullable
searchstring nullable

Case-insensitive substring filter applied to the group name.

Case-insensitive substring filter applied to the group name.

Headers

X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable

Response

Successful Response

Example response

{
  "data": [
    {
      "id": "00231A58EB85",
      "name": "Engineering Brand Kit",
      "template_mappings": {
        "interview_complete_page": "A1B2C3D4E5F6",
        "welcome_page": "E00CF3AFCF58"
      },
      "created_at": 1739612400,
      "updated_at": 1739617200
    }
  ]
}