---
title: "GET /v2/notifications/recipients/{notification_recipient_id}"
method: GET
path: "/v2/notifications/recipients/{notification_recipient_id}"
tags: ["Notifications"]
---

# GET /v2/notifications/recipients/{notification_recipient_id}

`GET /v2/notifications/recipients/{notification_recipient_id}`

NotificationRecipientDetailView operations.

## Response `200`

Success

- OptionalNotificationRecipientSerializer
  - `id` integer
  - `notification_id` integer
  - `user` NotificationUser
    - `id` integer
  - `sms_enabled` boolean
  - `email_enabled` boolean
  - `push_notification_enabled` boolean
  - `sms_to_num` string, nullable
  - `email_address` string, email, nullable
  - `email_unsubscribed` boolean
  - `sms_unsubscribed` boolean
  - `email_unsubscribed_all` string
  - `sms_unsubscribed_all` string

## Other responses

- `403` — Forbidden - Access Denied
- `404` — Not Found

---

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