---
title: "Get notification categories"
method: GET
path: "/api/notifications/v1/categories"
tags: ["User Management Notification"]
---

# Get notification categories

`GET /api/notifications/v1/categories`

Retrieves all available notification categories in the system. This is a public endpoint that does not require authentication.

## Headers

- `request-id` string

## Response `200`

List of notification categories

- CategoriesResponse
  - `categories` string[], required

## Other responses

- `400` — Bad request
- `500` — Unexpected error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
