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

# Retrieve a Preprint Provider Subscription

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

Retrieve details of an individual notification subscription associated with a preprint provider.
## Permissions
User must be authenticated and subscribed to the specified preprint provider notification.
## Returns
A JSON object containing details about the requested subscription, including frequency, event type, and provider information.

## Path parameters

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

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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)
