---
title: "List all notification templates (V4)"
method: GET
path: "/v4/subscription/template"
tags: ["Templates"]
---

# List all notification templates (V4)

`GET /v4/subscription/template`

/v4/subscription/template

List all custom templates.

## Query parameters

- `pageSize` number, required
- `offset` number

## Response `200`

OK

- NotificationTemplate[]
  - union
    - object
      - `format` 'string', required
      - `message` string, required — Notification message utilizing available properties.
      - `id` string, required — ID of the notification template
    - object
      - `format` 'json', required
      - `keys` object, required — Mapping of available properties (values) to custom fields (keys).
      - `id` string, required — ID of the notification template

## 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)
