---
title: "GET /notifications"
method: GET
path: "/notifications"
tags: ["users"]
---

# GET /notifications

`GET /notifications`

Get the number of pending notifications a user in your community has

## Query parameters

- `email` string, email, required

## Response `200`

Successful response

- object
  - `count` number — The number of pending notifications

## Other responses

- `401` — API Key is missing or invalid
- `404` — Could not find requested user

---

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