Skip to main content
GET
Get Scaffold Manifest

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

template_id
string
required

Scaffold template ID

Response

Successful Response

A scaffold template rendered as a Mixpeek manifest.

Returned by GET /templates/scaffolds/{template_id}/manifest (authenticated) and GET /public/templates/scaffolds/{template_id}/manifest (public browse).

template_id
string
required

Scaffold template ID

name
string
required

Scaffold template display name

manifest_yaml
string
required

Manifest rendered as YAML (same style as manifest export)

manifest
Manifest · object
required

Manifest as a JSON-safe dict (parseable by the manifest parser)