Skip to main content
GET
/
v1
/
embed
/
builder
/
templates
List builder templates
curl --request GET \
  --url https://api.craftkit.dev/v1/embed/builder/templates \
  --header 'Authorization: Bearer <token>'
{
  "templates": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "slug": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "category": "<string>"
    }
  ]
}

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

Templates.

templates
object[]
required