---
title: "GET /blueprinttemplates/default/html - Blueprint Templates · RUAL Documentation"
description: "Get the default HTML template for blueprints"
canonical: https://docs.rual.nl/cluster/api/blueprint-templates/blueprinttemplates-default-html-get
language: en
---

# GET /blueprinttemplates/default/html

Get the default HTML template for blueprints

| Key | Type | Example | Description |
| --- | --- | --- | --- |
| **[authorization](https://docs.rual.nl/cluster/api#token-providing)** required | `string` | `"Bearer access_token"` | Access token |

```
"example-string"
```

```
{
  "error": "ERROR_KEY"
}
```

| Permission | Description |
| --- | --- |
| `Bearer token` | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
| `blueprinttemplates_view` | Required scope: blueprinttemplates_view |
