---
title: "Check Should Deliver"
method: GET
path: "/api/v3/notifications/users/{user_id}/should-deliver"
tags: ["Notifications"]
---

# Check Should Deliver

`GET /api/v3/notifications/users/{user_id}/should-deliver`

Check if a notification should be delivered to a channel.

## Path parameters

- `user_id` integer, required

## Query parameters

- `event_type` 'verification_approved' | 'verification_rejected' | 'record_removed' | 'record_edited' | 'auto_verify_failed' | 'skill_role_update' | 'xp_gain' | 'rank_up' | 'prestige' | 'mastery_earned' | 'lootbox_earned' | 'playtest_update' | 'map_edit_approved' | 'map_edit_rejected' | 'quest_complete' | 'quest_rotation' | 'quest_rival_mention', required
- `channel` 'discord_dm' | 'discord_ping' | 'web', required

## Response `200`

Request fulfilled, document follows

- ShouldDeliverResponse
  - `should_deliver` boolean, required

## Other responses

- `400` — Bad request syntax or unsupported method

---

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