---
title: "Gets notification types."
method: GET
path: "/Notifications/Types"
tags: ["Notifications"]
---

# Gets notification types.

`GET /Notifications/Types`

## Response `200`

All notification types returned.

- NotificationTypeInfo[]
  - `Type` string, nullable
  - `Name` string, nullable
  - `Enabled` boolean
  - `Category` string, nullable
  - `IsBasedOnUserEvent` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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