---
title: "NotificationTemplatesGet"
method: GET
path: "/channel/{id}/notification-templates"
tags: ["Notification_templates"]
---

# NotificationTemplatesGet

`GET /channel/{id}/notification-templates`

Get notification templates

## Path parameters

- `id` string, required

## Query parameters

- `limit` string
- `skip` string
- `sourcecode` string

## Response `200`

Success-Response:

- object
  - `templates` object[], required — <p>Array with data for notification templates corresponding to the specified channel</p>
    - `_id` string
    - `channel` string
    - `name` string
    - `title` string
    - `templateGroup` string, required — <p>The notification template group name</p>

## Changes

- **2026-09-02** `c2dffd898fd9` — 1 info
  - added the new optional `query` request parameter `sourcecode`

[Change history](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference/changes/channel/:id/notification-templates/get.md)

---

[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/c2dffd898fd9/schema)
