---
title: "Get push notification templates"
method: GET
path: "/push_templates"
tags: ["product:chat"]
---

# Get push notification templates

`GET /push_templates`

Retrieve push notification templates for Chat.

## Query parameters

- `push_provider_name` string — Push provider name to filter templates
- `push_provider_type` 'firebase' | 'apn' | 'huawei' | 'xiaomi', required — Push provider type to filter templates. One of: firebase, apn, huawei, xiaomi

## Response `200`

Response

- GetPushTemplatesResponse, nullable — Basic response information
  - `duration` string, required — Duration of the request in milliseconds
  - `templates` PushTemplateResponse[], required
    - `created_at` string, date-time, required — Time when the template was created
    - `enable_push` boolean, required — Whether push notification is enabled for this event
    - `event_type` string, required — Type of event this template applies to
    - `push_provider_internal_id` string, required — Internal ID of the push provider
    - `template` string — The push notification template
    - `updated_at` string, date-time, required — Time when the template was last updated

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

[API](https://skmtc.net/getstream/apis/stream-api.md) · [All operations](https://skmtc.net/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getstream/stream-api/versions/3dba86aaa0d8/schema)
