---
title: "Update the default notification template"
method: PUT
path: "/v4/subscription/template/default"
tags: ["Templates"]
---

# Update the default notification template

`PUT /v4/subscription/template/default`

/v4/subscription/template/default

Update the default notification template for the current API key. Accepts `enriched`, `enriched_with_raw_data`, or a custom template ID. Custom template must exist. Deprecated `legacy` is also accepted.

## Request body

- SetDefaultNotificationTemplate
  - `templateId` string, required — A built-in template name or a custom template ID.

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/revisions/8622ee4b8fae/schema)
