---
title: "User Notification Alerts"
method: GET
path: "/api/0/users/{user_id}/notifications/alerts/"
---

# User Notification Alerts

`GET /api/0/users/{user_id}/notifications/alerts/`

Returns dictionary of project_id: status. Now project_id status means it's "default"

To update, submit `{project_id: status}` where status is -1 (default), 0, or 1

## Path parameters

- `user_id` union, required
  - 'me'
  - integer

## Response `200`

OK

- StrKeyIntValue

---

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