Skip to main content
GET
/
api
/
v2
/
design-template-groups
/
{group_id}
Get a design template group
curl --request GET \
  --url https://api.heymilo.ai/api/v2/design-template-groups/{group_id} \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "template_mappings": {},
    "created_at": 123,
    "updated_at": 123,
    "object": "design_template_group",
    "is_default": false
  },
  "meta": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.heymilo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

API key for authentication. Pass your key in the X-API-KEY header.

Headers

X-API-KEY
string
required

Path Parameters

group_id
string
required

Response

Successful Response

data
DesignTemplateGroupResponse · object
required

A group of design templates assigned to a posting.

Template groups map page types (e.g. 'welcome_page') to specific design template IDs.

meta
Meta · object

Optional metadata. Shape varies by endpoint.