Skip to main content
GET
/
v1
/
templates
List templates
curl --request GET \
  --url https://api.craftkit.dev/v1/templates \
  --header 'Authorization: Bearer <token>'
{
  "templates": [
    {
      "id": "7c9f0b2e-2b1a-4f3d-9c8e-1a2b3c4d5e6f",
      "name": "Invoice",
      "slug": "invoice",
      "description": "Standard customer invoice",
      "templateType": "document",
      "currentVersionNumber": 3,
      "published": true,
      "createdAt": "2026-06-01T09:00:00.000Z",
      "updatedAt": "2026-06-20T14:30:00.000Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Project API key (ck_live_… or ck_test_…) presented as a bearer token. For embed partner endpoints this is the partner secret key, which is the same credential type.

Response

The project's templates.

templates
object[]
required