Notification Subscriptions
Retrieve a Collection Provider Notification 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.
Returns
- A JSON object with a data key containing the subscription details.
- Each subscription describes the event being subscribed to and the frequency at which notifications are sent.
get/providers/collections/{provider_id}/subscriptions/{subscription_id}/
Path parameters
provider_idstring required
The unique identifier of the collection provider.
subscription_idstring required
The unique identifier of the notification subscription.
Response
Successful retrieval of the subscription.