KuikCodeDocs
APIReferencePages

List KuikPage templates

GET
/page-templates

KuikCode's curated templates and the workspace's saved ones. Every new KuikPage starts from one.

AuthorizationBearer <token>

An API key from Settings, Developers: Authorization: Bearer kc_live_...

In: header

Response Body

application/json

curl -X GET "https://example.com/page-templates"
{  "data": [    {      "id": "string",      "scope": "kuikcode",      "name": "string",      "category": "string",      "hint": "string",      "pages": [        "string"      ],      "usesProBlocks": true,      "previewUrl": "string"    }  ]}