---
title: "GetNotificationTemplate"
method: GET
path: "/channel/{id}/notification-template/{templateId}"
tags: ["Notification_templates"]
---

# GetNotificationTemplate

`GET /channel/{id}/notification-template/{templateId}`

Get notification template

## Path parameters

- `id` string, required
- `templateId` string, required

## Response `200`

Success-Response:

- object
  - `template` object, required — <p>The data of the requested notification template</p>
    - `_id` string
    - `channel` string
    - `name` string
    - `title` string
    - `templateGroup` string, required — <p>The notification template group name</p>

---

[API](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference.md) · [All operations](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleverpush/cleverpush-api-reference/revisions/64ed799d2f1b/schema)
