---
title: "fetchOrganizationNotification"
method: GET
path: "/organization-notifications/{organization_notification}"
tags: ["Organization Notification"]
deprecated: true
---

# fetchOrganizationNotification

`GET /organization-notifications/{organization_notification}`

> **Deprecated.**

Retrieves a specific notification by id

## Path parameters

- `organization_notification` integer, required

## Response `200`

Success

- OrganizationNotification
  - `id` integer — Primary identifier of record
  - `organization_id` integer — Primary identifier of associated Organization
  - `type` 'transaction' | 'third_party' | 'recurring' | 'fundraising' | 'chargeback' | 'payout_report' — Type of notifications to be received
  - `email_address` string — Email address who will receive the updates
  - `enabled` boolean — Indicates if the Notification is active or not

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Organization Notification not found

---

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