---
title: "Retrieve a Registration Provider Notification Subscription"
method: GET
path: "/providers/registrations/{provider_id}/subscriptions/{subscription_id}/"
tags: ["Notification Subscriptions"]
---

# Retrieve a Registration Provider Notification Subscription

`GET /providers/registrations/{provider_id}/subscriptions/{subscription_id}/`

Retrieve the details of a specific notification subscription associated with a registration provider.
This endpoint allows an authenticated user to view their current subscription preferences for events related to a specific registration provider.
## Permissions
 - The requesting user **must be authenticated**.
 - The requesting user **must be the owner** of the subscription.

Unauthorized or forbidden access attempts will result in `401 Unauthorized` or `403 Forbidden` errors.
## Returns A JSON object representing the notification subscription, including:

 - `id`: Unique identifier of the subscription.
 - `type`: Resource type (always `subscription`).
 - `attributes`: Event type and notification frequency.
 - `relationships`: Links to the associated user and provider resources.
 - `links`: A `self` link to this subscription resource.

## Path parameters

- `provider_id` string, required
- `subscription_id` string, required

## Response `200`

Subscription successfully retrieved.

## Other responses

- `401` — Unauthorized. Authentication credentials are missing or invalid.
- `403` — Forbidden. You do not have permission to access this subscription.
- `404` — Not Found. The subscription or provider does not exist.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/3c5164c707eb/schema)
