Notification Subscriptions
Retrieve a Collection Subscription
Retrieve the details of a specific notification subscription associated with a collection provider.
Permissions
- The authenticated user must be the owner of the subscription.
- Access is restricted to subscriptions owned by the requesting user.
Returns
- A JSON:API compliant representation of the subscription resource.
- Includes event name, frequency, user, provider, and related links.
get/collection_subscriptions/{subscription_id}/
Path parameters
subscription_idstring required
The unique identifier of the notification subscription.
Response
Subscription successfully retrieved.